| MapperCore.CreateAndSetNewGroupableModelElementMappingTarget Method  | 
 
            Creates a new target from the name fragments specified and sets it as the target of the mapping specified. The target is created in the database
            related to the driverid in the specified mapping. It creates a new catalog and schema if required and if possible.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Mapping
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic static void CreateAndSetNewGroupableModelElementMappingTarget(
	GroupableModelElementMapping mapping,
	string catalogName,
	string schemaName,
	string tableName,
	LogNode parentLogNode,
	Project containingProject
)
Public Shared Sub CreateAndSetNewGroupableModelElementMappingTarget ( 
	mapping As GroupableModelElementMapping,
	catalogName As String,
	schemaName As String,
	tableName As String,
	parentLogNode As LogNode,
	containingProject As Project
)
Parameters
- mapping
 - Type: SD.LLBLGen.Pro.ApplicationCore.Mapping.GroupableModelElementMapping
The mapping. - catalogName
 - Type: System.String
Default name of the catalog. - schemaName
 - Type: System.String
Default name of the schema. - tableName
 - Type: System.String
Name of the table. - parentLogNode
 - Type: SD.LLBLGen.Pro.Core.GeneralDataStructures.LogNode
The parent log node. - containingProject
 - Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project
The containing project. 
See Also