PersistenceMode Type
Selects which durable backend the persistence factories should produce. The host turns this single knob to choose between the two storage categories: file system or database.
Union cases
| Union case |
Description
|
|
Provider-agnostic ADO.NET implementations using the supplied connection factory.
|
Full Usage:
File baseDir
Parameters:
string
|
FileSystem-backed implementations rooted at the given directory.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDatabase
Returns: bool
|
|
Full Usage:
this.IsFile
Returns: bool
|
|
Nao