IDataConnection Methods |
The IDataConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginTransaction |
Begins a new transaction.
|
![]() | BeginTransaction(IsolationLevel) |
Begins a new transaction with specified isolation level.
|
![]() | BulkInsert |
Performs a bulk insert of the data into a target database table
|
![]() | Close |
Closes connection to the database.
|
![]() | CommitTransaction |
Commits current transaction.
|
![]() | ExecuteNonQuery |
Executes the query and returns the number of affected rows.
|
![]() | ExecuteQuery |
Returns result of the query.
|
![]() | ExecuteReader |
Returns result of the query as a Data reader. Keeps the connection open.
|
![]() | ExecuteScalar |
Returns a single value result of the query.
|
![]() | GetExecutingConnection |
Gets the connection that executes the given query
|
![]() | GetXmlSchema |
Returns XML schema for specified table.
|
![]() | IsOpen |
Returns true if connection to the database is open.
|
![]() | IsTransaction |
Indicates if transaction is running.
|
![]() | NativeConnectionExists |
Returns true if the native connection exists.
|
![]() | NativeDBConnectionExists |
Returns true if the native connection exists.
|
![]() | Open |
Opens connection to the database.
|
![]() | RollbackTransaction |
Rollbacks current transaction.
|