ISqlDataConnectionFactoryGetSqlCommand Method (SqlConnection, String)

Alterian Email Manager 6.2.3 SDK Help File
Get SqlCommand for sproc

Namespace:  DMLibrary.Repository
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
SqlCommand GetSqlCommand(
	SqlConnection connection,
	string procedureName
)

Parameters

connection
Type: System.Data.SqlClientSqlConnection
SQL Connection
procedureName
Type: SystemString
Stored Procedure name

Return Value

Type: SqlCommand
See Also