Click or drag to resize

SQLSelect.FieldPos Method (Typed)

X#
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
Request Example View Source

Parameters

uFieldID
Type: Usual

Return Value

Type: DWord
The position of the specified column if successful; otherwise, 0.
See Also