Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SqlTransactionCallback

Inheritance
System.Object
SqlTransactionCallback
Namespace: Mediachase.BusinessFoundation.Data.Sql
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
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