Click or drag to resize

EntityModelGraphObtainUCsWithMappableFieldsPerEntity 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.6.0.0 (5.6.19.0117)
Syntax
public Dictionary<EntityDefinition, MultiValueDictionary<UniqueConstraint, MappableFieldWrapper>> ObtainUCsWithMappableFieldsPerEntity(
	bool alsoValueTypedUCs
)

Parameters

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

Return Value

Type: DictionaryEntityDefinition, MultiValueDictionaryUniqueConstraint, MappableFieldWrapper
See Also