C# Class RxWebApp.Data.Entities.Entity

Afficher le fichier Open project: blooksa/RxWebApp

Méthodes publiques

Méthode Description
BeginTransaction ( ) : void
Commit ( ) : void
HasTransaction ( ) : bool
Rollback ( ) : void
SaveChanges ( ) : int

Méthodes protégées

Méthode Description
Entity ( ) : System

Method Details

BeginTransaction() public méthode

public BeginTransaction ( ) : void
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

Entity() protected méthode

protected Entity ( ) : System
Résultat System

HasTransaction() public méthode

public HasTransaction ( ) : bool
Résultat bool

Rollback() public méthode

public Rollback ( ) : void
Résultat void

SaveChanges() public méthode

public SaveChanges ( ) : int
Résultat int