C# Class RxWebApp.Data.Entities.Entity

Mostrar archivo Open project: blooksa/RxWebApp

Public Methods

Method Description
BeginTransaction ( ) : void
Commit ( ) : void
HasTransaction ( ) : bool
Rollback ( ) : void
SaveChanges ( ) : int

Protected Methods

Method Description
Entity ( ) : System

Method Details

BeginTransaction() public method

public BeginTransaction ( ) : void
return void

Commit() public method

public Commit ( ) : void
return void

Entity() protected method

protected Entity ( ) : System
return System

HasTransaction() public method

public HasTransaction ( ) : bool
return bool

Rollback() public method

public Rollback ( ) : void
return void

SaveChanges() public method

public SaveChanges ( ) : int
return int