C# Class Sage.Sis.Common.Data.Internal.DbTransaction

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

Méthodes publiques

Méthode Description
Commit ( ) : void
CreateCommand ( ) : IDbCommand
DbTransaction ( IDbConnection connection, bool readOnly, bool ownsConnection ) : System
Dispose ( ) : void

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

CreateCommand() public méthode

public CreateCommand ( ) : IDbCommand
Résultat IDbCommand

DbTransaction() public méthode

public DbTransaction ( IDbConnection connection, bool readOnly, bool ownsConnection ) : System
connection IDbConnection
readOnly bool
ownsConnection bool
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void