IRdd.FieldInfo Method | |
Retrieve and optionally change information about a column.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD FieldInfo(
nFldPos AS LONG,
nOrdinal AS LONG,
oValue AS Object
) AS Object
Object FieldInfo(
int nFldPos,
int nOrdinal,
Object oValue
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
The ONE based position of the field in the database file structure. - nOrdinal
- Type: Long
Specifies the type of information. - oValue
- Type: Object
If specified (not null), then this parameter is used to change the value of a setting.
Return Value
Type:
ObjectThe current value for the property indicated with <nOrdinal>
See Also