Click or drag to resize

MappingDataStoreGetAllGroupableModelElementsMappedOnTargetForDatabase Method

Gets all groupable model elements which are mapped onto the target specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public List<GroupableModelElement> GetAllGroupableModelElementsMappedOnTargetForDatabase(
	IProjectElementMapTargetElement target
)

Parameters

target
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement

Return Value

Type: ListGroupableModelElement
See Also