Click or drag to resize

ProjectCreateAndSetNewGroupableModelElementMappingTarget 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.8.0.0 (5.8.21.0208)
Syntax
public void CreateAndSetNewGroupableModelElementMappingTarget(
	GroupableModelElementMapping mapping,
	string catalogName,
	string schemaName,
	string tableName,
	LogNode parentLogNode
)

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