SqlDataConnectionFactoryGetSqlCommand Method (SqlConnection, String)
|
Alterian Email Manager 6.2.3 SDK Help File
Gets sql database command
SqlCommand for stored proc
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic SqlCommand GetSqlCommand(
SqlConnection sqlConnection,
string procedureName
)
Public Function GetSqlCommand (
sqlConnection As SqlConnection,
procedureName As String
) As SqlCommand
public:
virtual SqlCommand^ GetSqlCommand(
SqlConnection^ sqlConnection,
String^ procedureName
) sealed
abstract GetSqlCommand :
sqlConnection : SqlConnection *
procedureName : string -> SqlCommand
override GetSqlCommand :
sqlConnection : SqlConnection *
procedureName : string -> SqlCommand
function GetSqlCommand(sqlConnection, procedureName);
Parameters
- sqlConnection
- Type: System.Data.SqlClientSqlConnection
- procedureName
- Type: SystemString
Return Value
Type:
SqlCommandImplements
ISqlDataConnectionFactoryGetSqlCommand(SqlConnection, String)
See Also