Click or drag to resize

AutoNumberConstraintTMaster, TDetailGetMasterReference Property

Gets or sets the reference to the master entity from the detail entity.

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Func<ObjectReference<TMaster>> GetMasterReference { get; }

Property Value

Type: FuncObjectReferenceTMaster
See Also