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

EntityTraits<TEntity, TPrimaryKey>.GetPrimaryKey Property

The function that returns the primary key value of a given entity.

Namespace: DevExpress.Mvvm.Utils

Assembly: DevExpress.Mvvm.v19.1.DataModel.dll

Declaration

public Func<TEntity, TPrimaryKey> GetPrimaryKey { get; }

Property Value

Type
Func<TEntity, TPrimaryKey>
See Also