SQLSelect.FieldSpec Method (Typed) | |
Return the field specification object for the indicated column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldSpec(
uFieldPos AS USUAL
) AS FieldSpec
public override FieldSpec FieldSpec(
Usual uFieldPos
)
Request Example
View SourceParameters
- uFieldPos
- Type: Usual
The name, number, or symbol representing the desired column.
Return Value
Type:
FieldSpec
The field specification object if successful; otherwise, NULL_OBJECT.
See Also