| DatabaseCreateDataSet Method (CommandBuilder, IDbConnection, Boolean) |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax public static DataSet CreateDataSet(
CommandBuilder commandBuilder,
IDbConnection connection,
bool withSchema
)
Public Shared Function CreateDataSet (
commandBuilder As CommandBuilder,
connection As IDbConnection,
withSchema As Boolean
) As DataSet
Parameters
- commandBuilder
- Type: Dynamicweb.DataCommandBuilder
- connection
- Type: System.DataIDbConnection
- withSchema
- Type: SystemBoolean
Return Value
Type:
DataSetSee Also