Persistate API documentation
CreateDatabase Method
NamespacesPersistateDatabaseCreateDatabase()()()()

[This is preliminary documentation and is subject to change.]

Creates the database on the server.
Declaration Syntax
C#
public void CreateDatabase()
Remarks

The connection string and name properties must be already set up. Any connection level exception generated, e.g. SqlException or OracleException, is not caught here but must be handled by caller. NB: The database work here happens outside any transaction.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)