PeanutButter
|
Interface to implement when your TempDB implementation needs to create a temporary database. More...
Public Member Functions | |
void | CreateDatabase (string databaseName, string databaseFile) |
Method to implement for a TempDB implementation. Will be given a database name and available temporary local file to use. |
Interface to implement when your TempDB implementation needs to create a temporary database.
void PeanutButter.TempDb.LocalDb.ILocalDbFactory.CreateDatabase | ( | string | databaseName, |
string | databaseFile ) |
Method to implement for a TempDB implementation. Will be given a database name and available temporary local file to use.
databaseName | Name of the required database |
databaseFile | A temporary file path which may be used as backing for the new database |
Implemented in PeanutButter.TempDb.LocalDb.LocalDbFactory.