aspxtreme

OleDbTransaction Class

System.Data.OleDb Namespace


Represents an SQL transaction to be made at a data source.

OleDbTransaction Class Members

Collapse   Properties

Visibility Name Value Type Accessibility
public Connection OleDbConnection [ Get ]
public IsolationLevel IsolationLevel [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public Begin ( ) OleDbTransaction
public Begin ( IsolationLevel isolevel ) OleDbTransaction
public Commit ( ) Void
protected Dispose ( Boolean disposing ) Void
public Rollback ( ) Void

Remarks

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.

See Also

OleDbDataAdapter   OleDbConnection



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

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