LoadByIdGetterRowProviderGetId Property |
Gets the identifier getter.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Func<Guid> GetId { get; }
Public ReadOnly Property GetId As Func(Of Guid)
Get
public:
property Func<Guid^>^ GetId {
Func<Guid^>^ get ();
}
member GetId : Func<Guid> with get
Property Value
Type:
FuncGuid
The identifier getter.
See Also