DbRecord.FieldName 属性 | |
Get the fieldname for a certain field position
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 PROPERTY SELF[
fieldPos AS LONG
] AS STRING GET
public string this[
int fieldPos
] { get; }
查看代码参数
- fieldPos
- 类型:Int32
0 based Field number
返回值
类型:
StringField Name
参见