SimpleORM.NET
initialize Method (p_create_schema)
NamespacesSorm.InterfacesProviderinitialize(Boolean)

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

Initializes the provider. If it is advised to not create the schema and it could not be found, the provider has to raise an error.
Declaration Syntax
C#Visual BasicVisual C++
void initialize(
	bool p_create_schema
)
Sub initialize ( _
	p_create_schema As Boolean _
)
void initialize(
	bool p_create_schema
)
Parameters
p_create_schema (Boolean)
true to create a missing schema

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.13068