Method | Description |
---|---|
BeginTrans | Begins a new transaction |
Cancel | Cancels an execution |
Close | Closes a connection |
CommitTrans | Saves any changes and ends the current transaction |
Execute | Executes a query, statement, procedure or provider specific text |
Open | Opens a connection |
OpenSchema | Returns schema information from the provider about the data source |
RollbackTrans | Cancels any changes in the current transaction and ends the transaction |
Practice Excercise Practice now