Click or drag to resize

DatabaseCopyRow Method (String, DictionaryString, TupleObject, DbType, IDictionaryString, Object)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static void CopyRow(
	string selectSql,
	Dictionary<string, Tuple<Object, DbType>> sqlParams,
	IDictionary<string, Object> newValues
)

Parameters

selectSql
Type: SystemString
sqlParams
Type: System.Collections.GenericDictionaryString, TupleObject, DbType
newValues
Type: System.Collections.GenericIDictionaryString, Object
See Also