Click or drag to resize

Project.GetOrCreateGroupableModelElementMapping Method (GroupableModelElement, String, Boolean)

Gets or creates the GroupableModelElement mapping for the GroupableModelElement to map, for the database type related to the driver specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public GroupableModelElementMapping GetOrCreateGroupableModelElementMapping(
	GroupableModelElement element,
	string selectedDriverID,
	bool onlyAutoCreated
)

Parameters

element
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.GroupableModelElement
The element.
selectedDriverID
Type: System.String
The selected driver ID.
onlyAutoCreated
Type: System.Boolean
if set to true it will only look into the auto-created mapping objects. Auto-created mapping objects are mapping objects created by other elements in the system, not by a user action. Example of auto-created mapping is the mapping of a return element of a TVF call.

Return Value

Type: GroupableModelElementMapping
GroupableModelElement mapping requested.
See Also