| DataManagerCreateDataSet Method (CommandBuilder, String, Boolean) |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax public DataSet CreateDataSet(
CommandBuilder builder,
string database,
bool withSchema
)
Public Function CreateDataSet (
builder As CommandBuilder,
database As String,
withSchema As Boolean
) As DataSet
Parameters
- builder
- Type: Dynamicweb.DataCommandBuilder
- database
- Type: SystemString
- withSchema
- Type: SystemBoolean
Return Value
Type:
DataSetSee Also