WrapperRDD.GetValueLength Method | |
Get the length of the for the specified column.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax VIRTUAL METHOD GetValueLength(
nFldPos AS LONG
) AS LONG
public virtual int GetValueLength(
int nFldPos
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
ONE based position for which the length should be retrieved.
Return Value
Type:
LongThe length of the value of the specified field.
Implements
GetValueLength(Long)See Also