IRepository<TEntity, TPrimaryKey>.GetPrimaryKeyExpression Property
Gets the lambda-expression that returns the entity primary key.
Namespace: DevExpress.Mvvm.DataModel
Assembly: DevExpress.Mvvm.v26.1.DataModel.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Expression<Func<TEntity, TPrimaryKey>> | The lambda-expression that returns the entity primary key. |
See Also