asp.net.ph

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 Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph