Click or drag to resize

EntityRelationshipPersistenceServiceGetKeyExpression(DbEntityRelationship) Method

Get the expression that can be used to fetch the key for the model

Namespace: SanteDB.Persistence.Data.Services.Persistence.Entities
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public Expression<Func<DbEntityRelationship, bool>> GetKeyExpression(
	DbEntityRelationship model
)

Parameters

model  DbEntityRelationship
The model to check for an existing key

Return Value

ExpressionFuncDbEntityRelationship, Boolean
The Expression for the model

Implements

IAdoKeyResolverTModelGetKeyExpression(TModel)
See Also