[Missing <summary> documentation for "M:Caisis.DataAccess.SqlCommandUtils.AddIntInputParam(System.Data.SqlClient.SqlCommand,System.String,System.Object)"]

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

Syntax

C#
public static bool AddIntInputParam(
	SqlCommand com,
	string key,
	Object val
)
Visual Basic
Public Shared Function AddIntInputParam ( 
	com As SqlCommand,
	key As String,
	val As Object
) As Boolean
Visual C++
public:
static bool AddIntInputParam(
	SqlCommand^ com, 
	String^ key, 
	Object^ val
)

Parameters

com
Type: System.Data.SqlClient..::..SqlCommand

[Missing <param name="com"/> documentation for "M:Caisis.DataAccess.SqlCommandUtils.AddIntInputParam(System.Data.SqlClient.SqlCommand,System.String,System.Object)"]

key
Type: System..::..String

[Missing <param name="key"/> documentation for "M:Caisis.DataAccess.SqlCommandUtils.AddIntInputParam(System.Data.SqlClient.SqlCommand,System.String,System.Object)"]

val
Type: System..::..Object

[Missing <param name="val"/> documentation for "M:Caisis.DataAccess.SqlCommandUtils.AddIntInputParam(System.Data.SqlClient.SqlCommand,System.String,System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Caisis.DataAccess.SqlCommandUtils.AddIntInputParam(System.Data.SqlClient.SqlCommand,System.String,System.Object)"]

See Also