DbDataSource.Item 属性 | |
Retrieve the DbRecordObject for the record at the given position
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY SELF[
index AS LONG
] AS Object GET SET
public virtual Object this[
int index
] { get; set; }
查看代码参数
- index
- 类型:Int32
属性值
类型:
Object实现
ItemInt32备注 This property is READ ONLY. Assigning to the property will throw an exception
参见