WrapperRDD.GetField Method | |
Retrieve the field information for a column based on its ONE based column number.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax VIRTUAL METHOD GetField(
nFldPos AS LONG
) AS RddFieldInfo
public virtual RddFieldInfo GetField(
int nFldPos
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
The ONE based position of the column whose info you want to obtain.
Return Value
Type:
RddFieldInfoThe Field information for the specified field.
Implements
GetField(Long)See Also