C# Class CqlSharp.Linq.CqlContextBatchTransaction

CqlBatchTransaction that will remove itself from the context after disposal
Inheritance: CqlBatchTransaction
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
CqlContextBatchTransaction ( CqlDatabase database, CqlConnection connection )

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

CqlContextBatchTransaction() public méthode

public CqlContextBatchTransaction ( CqlDatabase database, CqlConnection connection )
database CqlDatabase
connection CqlConnection

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void