| ||||||||||||||||||||||||||||||||||||||||
OleDbTransaction ClassRepresents an SQL transaction to be made at a data source.
|
||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| public | Begin | ( ) | OleDbTransaction |
| public | Begin | ( IsolationLevel isolevel ) | OleDbTransaction |
| public | Commit | ( ) | Void |
| protected | Dispose | ( Boolean disposing ) | Void |
| public | Rollback | ( ) | Void |
The application initializes an OleDbTransaction object by calling BeginTransaction on the OleDbConnection object. All subsequent operations associated with the transaction ( for example, committing or aborting the transaction ), are performed on the OleDbTransaction object.
OleDbDataAdapter OleDbConnection
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme