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