Click or drag to resize

ITransactionScopeComplete Method

Commits the database transaction

Namespace:  EBP.Api.Interfaces.Database
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
bool Complete()

Return Value

Type: Boolean
true if the transaction is valid, otherwise false.
Remarks
Database transaction is committed on Dispose method only if this method has been called. Otherwise, transaction is rolled back.
See Also