ISqlDataConnectionFactory Interface |
The ISqlDataConnectionFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExecuteNonQuery |
Executes the SqlCommand |
![]() | GetSqlCommand(SqlConnection) |
Gets database command DbCommand |
![]() | GetSqlCommand(SqlConnection, String) |
Get SqlCommand for sproc
|
![]() | GetSqlConnection |
Gets database connection DbConnection |
![]() | GetSqlParameterCollection |
Gets database parameter collection DbParameterCollection |
![]() | GetSqlReader |
Gets database reader DbDataReader |
![]() | GetSqlTransaction |
Get a SQL Connection
|