ISqlDataConnectionFactoryGetSqlCommand Method (SqlConnection, String)
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Get SqlCommand for sproc
            
Namespace:   
   DMLibrary.RepositoryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxSqlCommand GetSqlCommand(
	SqlConnection connection,
	string procedureName
)
Function GetSqlCommand ( 
	connection As SqlConnection,
	procedureName As String
) As SqlCommand
SqlCommand^ GetSqlCommand(
	SqlConnection^ connection, 
	String^ procedureName
)
abstract GetSqlCommand : 
        connection : SqlConnection * 
        procedureName : string -> SqlCommand 
function GetSqlCommand(connection, procedureName);
Parameters
- connection
 - Type: System.Data.SqlClientSqlConnection
SQL Connection - procedureName
 - Type: SystemString
Stored Procedure name 
Return Value
Type: 
SqlCommand
See Also