FieldExtent Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the extent of this field.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public short Extent { get; set; }
Public Property Extent As Short
Get
Set
public:
virtual property short Extent {
short get () sealed;
void set (short value) sealed;
}
function get_Extent();
function set_Extent(value);
Property Value
Type:
Int16The extent of this field.
Return Value
Type:
Int16The extent of this field.
Remarks See Also