Click or drag to resize

SQLSelect.GetData Method (Typed)

X#
Retrieve the contents of the specified column.

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

Parameters

uFieldID
Type: Usual

Return Value

Type: Usual
The data type of the return value depends on the data type of the column, which is available from Column() or ColumnAttributes() methods. If the SQL value of the column is NULL, then NIL is returned.
See Also