SqlDataConnectionFactoryGetSqlCommand Method (SqlConnection)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic SqlCommand GetSqlCommand(
SqlConnection sqlConnection
)
Public Function GetSqlCommand (
sqlConnection As SqlConnection
) As SqlCommand
public:
virtual SqlCommand^ GetSqlCommand(
SqlConnection^ sqlConnection
) sealed
abstract GetSqlCommand :
sqlConnection : SqlConnection -> SqlCommand
override GetSqlCommand :
sqlConnection : SqlConnection -> SqlCommand
function GetSqlCommand(sqlConnection);
Parameters
- sqlConnection
- Type: System.Data.SqlClientSqlConnection
Return Value
Type:
SqlCommandImplements
ISqlDataConnectionFactoryGetSqlCommand(SqlConnection)
See Also