C# Class Microsoft.Isam.Esent.Interop.SystemParameters

Constants for the ESENT API. These don't have to be looked up via system parameters.
Mostra file Open project: ayende/managed-esent

Private Methods

Method Description
GetBoolParameter ( JET_param param ) : bool

Get a system parameter which is a boolean.

GetIntegerParameter ( JET_param param ) : int

Get a system parameter which is an integer.

SetBoolParameter ( JET_param param, bool value ) : void

Set a system parameter which is a boolean.

SetIntegerParameter ( JET_param param, int value ) : void

Set a system parameter which is an integer.