Click or drag to resize

WrapperRDD.GetField Method

X#
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
Request Example View Source

Parameters

nFldPos
Type: Long
The ONE based position of the column whose info you want to obtain.

Return Value

Type: RddFieldInfo
The Field information for the specified field.

Implements

GetField(Long)
See Also