 | 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)
SyntaxFunction Complete As Boolean
Return Value
Type:
Booleantrue 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