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
Property Value
Type |
---|
Action<TEntity, TPrimaryKey> |
See Also