| DataManagerCreateDataSet Method (String, Boolean, DictionaryString, TupleObject, DbType) |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax public DataSet CreateDataSet(
string sql,
bool withSchema,
Dictionary<string, Tuple<Object, DbType>> sqlParams
)
Public Function CreateDataSet (
sql As String,
withSchema As Boolean,
sqlParams As Dictionary(Of String, Tuple(Of Object, DbType))
) As DataSet
Parameters
- sql
- Type: SystemString
- withSchema
- Type: SystemBoolean
- sqlParams
- Type: System.Collections.GenericDictionaryString, TupleObject, DbType
Return Value
Type:
DataSetSee Also