Click or drag to resize

DatabaseExecuteNonQuery Method (String, DictionaryString, TupleObject, DbType)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static int ExecuteNonQuery(
	string sql,
	Dictionary<string, Tuple<Object, DbType>> sqlParams
)

Parameters

sql
Type: SystemString
sqlParams
Type: System.Collections.GenericDictionaryString, TupleObject, DbType

Return Value

Type: Int32
See Also