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
Syntaxpublic Expression<Func<TReferencedObject, Guid>> ReferencedKeyValueGetter { get; }
Public ReadOnly Property ReferencedKeyValueGetter As Expression(Of Func(Of TReferencedObject, Guid))
Get
public:
property Expression<Func<TReferencedObject, Guid^>^>^ ReferencedKeyValueGetter {
Expression<Func<TReferencedObject, Guid^>^>^ get ();
}
member ReferencedKeyValueGetter : Expression<Func<'TReferencedObject, Guid>> with get
Property Value
Type:
ExpressionFuncTReferencedObject,
Guid
The referenced key value getter.
See Also