| 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
)
Public Shared Sub CopyRow (
selectSql As String,
sqlParams As Dictionary(Of String, Tuple(Of Object, DbType)),
newValues As IDictionary(Of String, Object)
)
Parameters
- selectSql
- Type: SystemString
- sqlParams
- Type: System.Collections.GenericDictionaryString, TupleObject, DbType
- newValues
- Type: System.Collections.GenericIDictionaryString, Object
See Also