Initiates a transaction of the given transactionOption type.
Initiates a transaction of the given transactionOption type.
public TransactionAttribute(TransactionOption);
Initiates a transaction of the given transactionOption type. If the transaction commits, DomainObjects will create an instance of the given transactionAwareType and call BeforeCommit on the instance before calling this method on the ITransactionAware objects bound to the transaction and will call AfterCommit on the instance before calling this method on the ITransactionAware objects bound to the transaction.
public TransactionAttribute(TransactionOption,Type);
TransactionAttribute Class | DomainObjects.Facade.Transaction Namespace