LoadByIdGetterRowProviderId Property |
Gets the Id of the row.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic override Guid Id { get; }
Public Overrides ReadOnly Property Id As Guid
Get
public:
virtual property Guid^ Id {
Guid^ get () override;
}
abstract Id : Guid with get
override Id : Guid with get
Property Value
Type:
Guid
The identifier.
See Also