C# Class Rhino.PersistentHashTable.Actions.EsentCommandBase

Mostra file Open project: ayende/rhino-pht

Protected Properties

Property Type Description
databasePath string

Public Methods

Method Description
EsentCommandBase ( string databasePath ) : System

Protected Methods

Method Description
ExecuteInDatabase ( JET_DBID>.Action action ) : void

Method Details

EsentCommandBase() public method

public EsentCommandBase ( string databasePath ) : System
databasePath string
return System

ExecuteInDatabase() protected method

protected ExecuteInDatabase ( JET_DBID>.Action action ) : void
action JET_DBID>.Action
return void

Property Details

databasePath protected_oe property

protected string databasePath
return string