C# Class Mono.Data.Sqlite.CommitEventArgs

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

Méthodes publiques

Свойство Type Description
AbortTransaction bool

Private Methods

Méthode Description
CommitEventArgs ( ) : System

Property Details

AbortTransaction public_oe property

Set to true to abort the transaction and trigger a rollback
public bool AbortTransaction
Résultat bool