DatabaseFactoryCreate Method |
Name | Description | |
---|---|---|
Create(String) |
Creates an IDatabase instance with the given name. Internally
it may be operating on the same underlying data as another instance.
| |
Create(IDatabase) |
Creates an IDatabase object using the source object as
a model for creation.
| |
Create(String, DatabaseOptions) |
Creates an IDatabase instance with the given name and options. Internally
it may be operating on the same underlying data as another instance.
|