Click or drag to resize

MasterDetailCollectionTMaster, TDetailLoadMultipleFunc Property

The function that loads detail items by multiple owners.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Func<IEnumerable<TMaster>, IEnumerable<TDetail>> LoadMultipleFunc { get; }

Property Value

Type: FuncIEnumerableTMaster, IEnumerableTDetail
See Also