Click or drag to resize

MasterDetailConstraintDataTMaster, TDetailGetMasterChildCollection Property

Gets the definition of the child collection in the master entity.

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Func<ChildCollectionDefinition<TDetail>> GetMasterChildCollection { get; }

Property Value

Type: FuncChildCollectionDefinitionTDetail
See Also