C# 클래스 Rhino.PersistentHashTable.Actions.EsentCommandBase

파일 보기 프로젝트 열기: ayende/rhino-pht

보호된 프로퍼티들

프로퍼티 타입 설명
databasePath string

공개 메소드들

메소드 설명
EsentCommandBase ( string databasePath ) : System

보호된 메소드들

메소드 설명
ExecuteInDatabase ( JET_DBID>.Action action ) : void

메소드 상세

EsentCommandBase() 공개 메소드

public EsentCommandBase ( string databasePath ) : System
databasePath string
리턴 System

ExecuteInDatabase() 보호된 메소드

protected ExecuteInDatabase ( JET_DBID>.Action action ) : void
action JET_DBID>.Action
리턴 void

프로퍼티 상세

databasePath 보호되어 있는 프로퍼티

protected string databasePath
리턴 string