Click or drag to resize
EntityModelGraph.ObtainUCsWithMappableFieldsPerEntity Method
Obtains per entity definition the unique constraints with per UC the mappable fields it is build from.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public Dictionary<EntityDefinition, MultiValueDictionary<UniqueConstraint, MappableFieldWrapper>> ObtainUCsWithMappableFieldsPerEntity(
	bool alsoValueTypedUCs
)

Parameters

alsoValueTypedUCs
Type: System.Boolean
if true, also the UCs in contained valuetyped fields are obtained, otherwise these are ignored.

Return Value

Type: Dictionary<EntityDefinition, MultiValueDictionary<UniqueConstraint, MappableFieldWrapper>>
See Also