C# Class Sage.Sis.Common.Data.OleDb.JetTransaction

Inheritance: IJetTransaction
Afficher le fichier Open project: Sage/SData-Contracts Class Usage Examples

Méthodes publiques

Méthode Description
Commit ( ) : void
CreateOleCommand ( ) : OleDbCommand
Dispose ( ) : void
JetTransaction ( System.Data.OleDb.OleDbConnection oleDbConnection, bool readOnly, bool ownsConnection ) : System

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

CreateOleCommand() public méthode

public CreateOleCommand ( ) : OleDbCommand
Résultat System.Data.OleDb.OleDbCommand

Dispose() public méthode

public Dispose ( ) : void
Résultat void

JetTransaction() public méthode

public JetTransaction ( System.Data.OleDb.OleDbConnection oleDbConnection, bool readOnly, bool ownsConnection ) : System
oleDbConnection System.Data.OleDb.OleDbConnection
readOnly bool
ownsConnection bool
Résultat System