DbDataSource.Item Property | |
Retrieve the DbRecordObject for the record at the given position
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax VIRTUAL PROPERTY SELF[
index AS LONG
] AS Object GET SET
public virtual Object this[
int index
] { get; set; }
Request Example
View SourceParameters
- index
- Type: Long
Property Value
Type:
ObjectImplements
ItemLongRemarks This property is READ ONLY. Assigning to the property will throw an exception
See Also