Skip to main content

EntityTraits<TEntity, TPrimaryKey>.SetPrimaryKey Property

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

Namespace: DevExpress.Mvvm.Utils

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

NuGet Package: DevExpress.Scaffolding.Core

Declaration

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

Property Value

Type
Action<TEntity, TPrimaryKey>
See Also