DBF.GetValue Method | |
Get a value for the specified column.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax VIRTUAL METHOD GetValue(
nFldPos AS LONG
) AS Object
public override 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.
Implements
GetValue(Long)See Also