Click or drag to resize

DbDataSource.Item Property

X#
Retrieve the DbRecordObject for the record at the given position

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY SELF[
	index AS LONG
] AS Object GET SET 
Request Example View Source

Parameters

index
Type: Long

Property Value

Type: Object

Implements

ItemLong
Remarks
This property is READ ONLY. Assigning to the property will throw an exception
See Also