BaseObject.ID Property
The key property for the BaseObject class.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.Persistent.BaseImpl.EFCore.v24.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.EFCore
Declaration
[Key]
[VisibleInDetailView(false)]
[VisibleInListView(false)]
[VisibleInLookupListView(false)]
public virtual Guid ID { get; set; }
Property Value
Type |
---|
Guid |
See Also