Method | Description | |
---|---|---|
BeginTransaction ( ) : void |
Begins a transaction. The default IsolationLevel mode is ReadCommitted |
|
BeginTransaction ( IsolationLevel isolationLevel ) : void |
Begins a transaction.
|
|
Commit ( ) : void |
Commit the transaction to the datasource.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Rollback ( ) : void |
Rollback the transaction.
|
|
TransactionManager ( string connectionString ) : System |
Initializes a new instance of the TransactionManager class.
|
|
TransactionManager ( string connectionString, string providerInvariantName ) : System |
Initializes a new instance of the TransactionManager class.
|
Method | Description | |
---|---|---|
TransactionManager ( ) : System |
Initializes a new instance of the TransactionManager class.
|
public BeginTransaction ( IsolationLevel isolationLevel ) : void | ||
isolationLevel | IsolationLevel | The |
return | void |
public TransactionManager ( string connectionString ) : System | ||
connectionString | string | The connection string to the database. |
return | System |
public TransactionManager ( string connectionString, string providerInvariantName ) : System | ||
connectionString | string | The connection string to the database. |
providerInvariantName | string | Name of the provider invariant. |
return | System |