SQLSelect.GetData Method (Typed) | |
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
public virtual Usual GetData(
Usual uFieldID
)
Request Example
View SourceParameters
- 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