Click or drag to resize

PersonLanguageCommunicationPersistenceServiceGetKeyExpression(DbPersonLanguageCommunication) 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<DbPersonLanguageCommunication, bool>> GetKeyExpression(
	DbPersonLanguageCommunication model
)

Parameters

model  DbPersonLanguageCommunication
The model to check for an existing key

Return Value

ExpressionFuncDbPersonLanguageCommunication, Boolean
The Expression for the model

Implements

IAdoKeyResolverTModelGetKeyExpression(TModel)
See Also