SQLSelect.FieldPos Method (Typed) | |
Return the position of a specified column within the data server, as a number starting with 1.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldPos(
uFieldID AS USUAL
) AS DWORD
public override uint FieldPos(
Usual uFieldID
)
Request Example
View SourceParameters
- uFieldID
- Type: Usual
Return Value
Type:
DWord
The position of the specified column if successful; otherwise, 0.
See Also