Click or drag to resize

Workarea.FieldIndex Method

X#
Return the ONE based field index for a field name.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldIndex(
	fieldName AS STRING
) AS LONG
Request Example View Source

Parameters

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: Long
The ONE based position of the field in the database file structure.

Implements

FieldIndex(String)
See Also