C# Class Shaml.Data.NHibernate.DbContext

Inheritance: IDbContext
Afficher le fichier Open project: sztupy/shaml

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BeginTransaction ( ) : IDisposable
CommitChanges ( ) : void

This isn't specific to any one DAO and flushes everything that has been changed since the last commit.

CommitChanges ( bool clearChanges ) : void
CommitTransaction ( ) : void
DbContext ( string factoryKey ) : System
RollbackTransaction ( ) : void

Method Details

BeginTransaction() public méthode

public BeginTransaction ( ) : IDisposable
Résultat IDisposable

CommitChanges() public méthode

This isn't specific to any one DAO and flushes everything that has been changed since the last commit.
public CommitChanges ( ) : void
Résultat void

CommitChanges() public méthode

public CommitChanges ( bool clearChanges ) : void
clearChanges bool
Résultat void

CommitTransaction() public méthode

public CommitTransaction ( ) : void
Résultat void

DbContext() public méthode

public DbContext ( string factoryKey ) : System
factoryKey string
Résultat System

RollbackTransaction() public méthode

public RollbackTransaction ( ) : void
Résultat void