Click or drag to resize

ColumnReferenceTReferencingObject, TReferencedObjectReferencedKeyValueGetter Property

Gets the referenced key value getter.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Expression<Func<TReferencedObject, Guid>> ReferencedKeyValueGetter { get; }

Property Value

Type: ExpressionFuncTReferencedObject, Guid
The referenced key value getter.
See Also