Skip to main content
A newer version of this page is available. .

ISingleObjectViewModel<TEntity, TPrimaryKey>.PrimaryKey Property

The entity primary key value.

Namespace: DevExpress.Mvvm.ViewModel

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

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.ViewModel

Declaration

TPrimaryKey PrimaryKey { get; }

Property Value

Type
TPrimaryKey
See Also