MapperCoreCreateAndSetNewGroupableModelElementMappingTarget 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.3.0.0 (5.3.0)
Syntax public 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.MappingGroupableModelElementMapping
The mapping. - catalogName
- Type: SystemString
Default name of the catalog. - schemaName
- Type: SystemString
Default name of the schema. - tableName
- Type: SystemString
Name of the table. - parentLogNode
- Type: SD.LLBLGen.Pro.Core.GeneralDataStructuresLogNode
The parent log node. - containingProject
- Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
See Also