SqlDataConnectionFactory Class |
The SqlDataConnectionFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | SqlDataConnectionFactory | Initializes a new instance of the SqlDataConnectionFactory class |
Name | Description | |
---|---|---|
![]() | ExecuteNonQuery |
Executes the SqlCommand |
![]() | GetSqlCommand(SqlConnection) |
Gets database command SqlCommand |
![]() | GetSqlCommand(SqlConnection, String) |
Gets sql database command SqlCommand for stored proc
|
![]() | GetSqlConnection |
Gets database connection SqlConnection |
![]() | GetSqlParameterCollection |
Gets database parameter collection SqlParameterCollection |
![]() | GetSqlReader |
Gets database reader SqlDataReader |
![]() | GetSqlTransaction |
Gets the SQL Transaction
|