ISqlDataConnectionFactoryGetSqlCommand Method (SqlConnection)
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File Namespace:   
   DMLibrary.RepositoryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxSqlCommand GetSqlCommand(
	SqlConnection sqlConnection
)
Function GetSqlCommand ( 
	sqlConnection As SqlConnection
) As SqlCommand
SqlCommand^ GetSqlCommand(
	SqlConnection^ sqlConnection
)
abstract GetSqlCommand : 
        sqlConnection : SqlConnection -> SqlCommand 
function GetSqlCommand(sqlConnection);
Parameters
- sqlConnection
 - Type: System.Data.SqlClientSqlConnection
SQL Connection 
Return Value
Type: 
SqlCommand
See Also