Click or drag to resize

DBCatalogGetOrCreateSchemaForNewSubElement Method

Finds or creates the schema with the name specified. If a schema with the name specified is found, it has to accept new elements according to its sync source, otherwise a new one is created, if this catalog accepts new elements, otherwise null is returned.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public DBSchema GetOrCreateSchemaForNewSubElement(
	string schemaOwner
)

Parameters

schemaOwner
Type: SystemString
The schema owner.

Return Value

Type: DBSchema
the schema with the name specified or null if it wasn't possible to create a schema.
See Also