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.1.0.0 (5.1.0)
Syntax public 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,
MappableFieldWrapperSee Also