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

EntityTraits<TEntity, TPrimaryKey>.SetPrimaryKey Property

The action that assigns the primary key value to a given entity.

Namespace: DevExpress.Mvvm.Utils

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

Declaration

public Action<TEntity, TPrimaryKey> SetPrimaryKey { get; }

Property Value

Type
Action<TEntity, TPrimaryKey>
See Also