Click or drag to resize

IAdoKeyResolverTModelGetKeyExpression Method

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

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

Parameters

model  TModel
The model to check for an existing key

Return Value

ExpressionFuncTModel, Boolean
The Expression for the model
See Also