[Missing <summary> documentation for "M:Caisis.DataAccess.SqlCommandUtils.SetParams(System.Data.SqlClient.SqlCommand,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})"]

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public static void SetParams(
	SqlCommand cmd,
	IEnumerable<KeyValuePair<string, Object>> keyValuePairs
)
Visual Basic
Public Shared Sub SetParams ( 
	cmd As SqlCommand,
	keyValuePairs As IEnumerable(Of KeyValuePair(Of String, Object))
)
Visual C++
public:
static void SetParams(
	SqlCommand^ cmd, 
	IEnumerable<KeyValuePair<String^, Object^>>^ keyValuePairs
)

Parameters

cmd
Type: System.Data.SqlClient..::..SqlCommand

[Missing <param name="cmd"/> documentation for "M:Caisis.DataAccess.SqlCommandUtils.SetParams(System.Data.SqlClient.SqlCommand,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})"]

keyValuePairs
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'KeyValuePair<(Of <(<'String, Object>)>)>>)>)>

[Missing <param name="keyValuePairs"/> documentation for "M:Caisis.DataAccess.SqlCommandUtils.SetParams(System.Data.SqlClient.SqlCommand,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})"]

See Also