Click or drag to resize

DbRecord Constructor

X#
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
)
Request Example View Source

Parameters

position
Type: Long
Ordinal position in the datasource
source
Type: DbDataSource
Data source to which this object belongs
See Also