C# Class Meek.Data.Common.DataSession

Inheritance: IDataSession
Show file Open project: klintz/Meek

Public Methods

Method Description
BeginTransaction ( ) : void
CommitTransaction ( ) : void
RollbackTransaction ( ) : void

Protected Methods

Method Description
DataSession ( IDataProvider provider ) : System
RaiseEvent ( string eventName ) : void
RaiseEvent ( string eventName, EventArgs args ) : void
RaiseEvent ( string eventName, object sender, EventArgs args ) : void

Method Details

BeginTransaction() public method

public BeginTransaction ( ) : void
return void

CommitTransaction() public method

public CommitTransaction ( ) : void
return void

DataSession() protected method

protected DataSession ( IDataProvider provider ) : System
provider IDataProvider
return System

RaiseEvent() protected method

protected RaiseEvent ( string eventName ) : void
eventName string
return void

RaiseEvent() protected method

protected RaiseEvent ( string eventName, EventArgs args ) : void
eventName string
args System.EventArgs
return void

RaiseEvent() protected method

protected RaiseEvent ( string eventName, object sender, EventArgs args ) : void
eventName string
sender object
args System.EventArgs
return void

RollbackTransaction() public method

public RollbackTransaction ( ) : void
return void