Skip to main content

ISingleObjectViewModel<TEntity, TPrimaryKey>.PrimaryKey Property

The entity primary key value.

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v23.2.ViewModel.dll

NuGet Package: DevExpress.Scaffolding.Core

Declaration

TPrimaryKey PrimaryKey { get; }

Property Value

Type
TPrimaryKey
See Also