DbRecord.Item Property (Long) | |
Read/Write fields in the workarea by position.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax PROPERTY SELF[
fieldPos AS LONG
] AS Object GET SET
public Object this[
int fieldPos
] { get; set; }
Request Example
View SourceParameters
- fieldPos
- Type: Long
Property Value
Type:
ObjectSee Also