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.7.0.0 (5.7.0)
Syntaxpublic DBSchema GetOrCreateSchemaForNewSubElement(
	string schemaOwner
)
Public Function GetOrCreateSchemaForNewSubElement ( 
	schemaOwner As String
) As DBSchema
Parameters
- schemaOwner
 - Type: SystemString
The schema owner. 
Return Value
Type: 
DBSchemathe schema with the name specified or null if it wasn't possible to create a schema.
See Also