Click or drag to resize

EntityRelationshipPersistenceServiceGetKeyExpression(EntityRelationship) 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<EntityRelationship, bool>> GetKeyExpression(
	EntityRelationship model
)

Parameters

model  EntityRelationship
The model to check for an existing key

Return Value

ExpressionFuncEntityRelationship, Boolean
The Expression for the model

Implements

IAdoKeyResolverTModelGetKeyExpression(TModel)
See Also