IRdd.FieldIndex Method | |
Return the ONE based field index for a field name.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD FieldIndex(
fieldName AS STRING
) AS LONG
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.
See Also