DbDataRow Constructor | |
Initializes a new instance of the
DbDataRow class
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax CONSTRUCTOR(
builder AS DataRowBuilder
)
public DbDataRow(
DataRowBuilder builder
)
Request Example
View SourceParameters
- builder
- Type: DataRowBuilder
See Also