DbRecord Constructor | |
Initializes a new instance of the DbRecord class
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax CONSTRUCTOR(
position AS LONG,
source AS DbDataSource
)
public DbRecord(
int position,
DbDataSource source
)
Request Example
View SourceParameters
- position
- Type: Long
Ordinal position in the datasource - source
- Type: DbDataSource
Data source to which this object belongs
See Also