IRdd.GetValue Method | |
Get a value for the specified column.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD GetValue(
nFldPos AS LONG
) AS Object
Object GetValue(
int nFldPos
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
The ONE based position of the column whose value you want to obtain.
Return Value
Type:
ObjectThe value of the specified field.
See Also