Class SqlTransactionCallback
Inheritance
System.Object
SqlTransactionCallback
Namespace: Mediachase.BusinessFoundation.Data.Sql
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class SqlTransactionCallback : Object
Constructors
SqlTransactionCallback(TransactionCallback, Object)
Declaration
public SqlTransactionCallback(TransactionCallback callback, object state)
Parameters
Type | Name | Description |
---|---|---|
TransactionCallback | callback | |
System.Object | state |
Methods
InvokeOnCommit(SqlTransactionScope)
Declaration
public void InvokeOnCommit(SqlTransactionScope scope)
Parameters
Type | Name | Description |
---|---|---|
SqlTransactionScope | scope |
InvokeOnRollback(SqlTransactionScope)
Declaration
public void InvokeOnRollback(SqlTransactionScope scope)
Parameters
Type | Name | Description |
---|---|---|
SqlTransactionScope | scope |