DBF.FieldInfo Method | |
Retrieve and optionally change information about a column.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldInfo(
nFldPos AS LONG,
nOrdinal AS LONG,
oNewValue AS Object
) AS Object
public override Object FieldInfo(
int nFldPos,
int nOrdinal,
Object oNewValue
)
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. - oNewValue
- Type: Object
Return Value
Type:
ObjectThe current value for the property indicated with <nOrdinal>
Implements
FieldInfo(Long, Long, Object)See Also