Click or drag to resize

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
Syntax
public Func<Guid> GetId { get; }

Property Value

Type: FuncGuid
The identifier getter.
See Also