Click or drag to resize

ActRelationshipPersistenceServiceGetKeyExpression(DbActRelationship) Method

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

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

Parameters

model  DbActRelationship
The model to check for an existing key

Return Value

ExpressionFuncDbActRelationship, Boolean
The Expression for the model

Implements

IAdoKeyResolverTModelGetKeyExpression(TModel)
See Also