Click or drag to resize

Project.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.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public void CreateAndSetNewGroupableModelElementMappingTarget(
	GroupableModelElementMapping mapping,
	string catalogName,
	string schemaName,
	string tableName,
	LogNode parentLogNode
)

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.
See Also