Click or drag to resize

DatabaseCopyRow Method (IDbCommand, IDictionaryString, Object)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static void CopyRow(
	IDbCommand command,
	IDictionary<string, Object> newValues
)

Parameters

command
Type: System.DataIDbCommand
newValues
Type: System.Collections.GenericIDictionaryString, Object
See Also