DBF.FieldIndex Method | |
Return the ONE based field index for a field name.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldIndex(
fieldName AS STRING
) AS LONG
public override int FieldIndex(
string fieldName
)
Request Example
View SourceParameters
- fieldName
- Type: String
The name of the field in the database file structure. When the name is not found it will also check for a field alias with this name.
Return Value
Type:
LongThe ONE based position of the field in the database file structure.
Implements
FieldIndex(String)See Also