点击或拖拽改变大小

Workarea.FieldIndex 方法

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

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD FieldIndex(
	fieldName AS STRING
) AS LONG
查看代码

参数

fieldName
类型: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.

返回值

类型:Int32
The ONE based position of the field in the database file structure.

实现

FieldIndex(String)
参见