ISqlDataConnectionFactoryGetSqlCommand Method (SqlConnection)

Alterian Email Manager 6.2.3 SDK Help File
Gets database command DbCommand

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

Syntax
SqlCommand GetSqlCommand(
	SqlConnection sqlConnection
)

Parameters

sqlConnection
Type: System.Data.SqlClientSqlConnection
SQL Connection

Return Value

Type: SqlCommand
See Also