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

IRepository<TEntity, TPrimaryKey>.GetPrimaryKeyExpression Property

Gets the lambda-expression that returns the entity primary key.

Namespace: DevExpress.Mvvm.DataModel

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

Declaration

Expression<Func<TEntity, TPrimaryKey>> GetPrimaryKeyExpression { get; }

Property Value

Type Description
Expression<Func<TEntity, TPrimaryKey>>

The lambda-expression that returns the entity primary key.

See Also