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.7.0.0 (5.7.0)
Syntaxpublic Dictionary<EntityDefinition, MultiValueDictionary<UniqueConstraint, MappableFieldWrapper>> ObtainUCsWithMappableFieldsPerEntity(
	bool alsoValueTypedUCs
)
Public Function ObtainUCsWithMappableFieldsPerEntity ( 
	alsoValueTypedUCs As Boolean
) As Dictionary(Of EntityDefinition, MultiValueDictionary(Of UniqueConstraint, MappableFieldWrapper))
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