Click or drag to resize

SQLSelect.DataField Method (Typed)

X#
Return the data (DataField object) at a specified column position.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DataField(
	uFieldPos AS USUAL
) AS DataField
Request Example View Source

Parameters

uFieldPos
Type: Usual
The name, number, or symbol representing the desired column.

Return Value

Type: DataField
A DataField object if successful; otherwise, -1.
See Also