Workarea.FieldIndex 方法 | |
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
public virtual int FieldIndex(
string fieldName
)
查看代码参数
- 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.
返回值
类型:
Int32The ONE based position of the field in the database file structure.
实现
FieldIndex(String)参见