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 virtual Guid Id { get; }
Public Overridable ReadOnly Property Id As Guid
Get
public:
virtual property Guid^ Id {
Guid^ get ();
}
abstract Id : Guid with get
override Id : Guid with get
Property Value
Type:
Guid
The identifier.
See Also