DataField Constructor (HyperLabel, FieldSpec) | |
Construct a data field.
Construct a data field.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oHLName AS HyperLabel,
oFS AS FieldSpec
)
public DataField(
HyperLabel oHLName,
[DefaultParameterValueAttribute(null, 0)] FieldSpec oFS
)
Request Example
View SourceParameters
- oHLName
- Type: HyperLabel
The name or symbol representing the field.The hyperlabel containing the name of the field and any optional annotation. - oFS
- Type: FieldSpec
The FieldSpec object that defines the field's properties. At a minimum, it must contain the data type and length of the field.The FieldSpec object that defines the field's properties. At a minimum, it must contain the data type and length of the field.
See Also