C# Class Mono.Data.Sqlite.CommitEventArgs

Event arguments raised when a transaction is being committed
Inheritance: System.EventArgs
Mostra file Open project: kumpera/mono Class Usage Examples

Public Properties

Property Type Description
AbortTransaction bool

Private Methods

Method Description
CommitEventArgs ( ) : System

Property Details

AbortTransaction public_oe property

Set to true to abort the transaction and trigger a rollback
public bool AbortTransaction
return bool