C# Class Microsoft.Isam.Esent.Collections.Generic.PersistentDictionaryFile

Methods that deal with PersistentDictionary{TKey,TValue} database files.
Datei anzeigen Open project: ayende/managed-esent Class Usage Examples

Public Methods

Method Description
DeleteFiles ( string directory ) : void

Delete all files associated with a PersistedDictionary database from the specified directory.

Exists ( string directory ) : bool

Determine if a dictionary database file exists in the specified directory.

Method Details

DeleteFiles() public static method

Delete all files associated with a PersistedDictionary database from the specified directory.
public static DeleteFiles ( string directory ) : void
directory string The directory to delete the files from.
return void

Exists() public static method

Determine if a dictionary database file exists in the specified directory.
public static Exists ( string directory ) : bool
directory string The directory to look in.
return bool