 | ActParticipationPersistenceServiceGetKeyExpression(ActParticipation) Method |
Get the expression that can be used to fetch the key for the model
Namespace: SanteDB.Persistence.Data.Services.Persistence.ActsAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic Expression<Func<ActParticipation, bool>> GetKeyExpression(
ActParticipation model
)
Public Function GetKeyExpression (
model As ActParticipation
) As Expression(Of Func(Of ActParticipation, Boolean))
public:
virtual Expression<Func<ActParticipation^, bool>^>^ GetKeyExpression(
ActParticipation^ model
) sealed
abstract GetKeyExpression :
model : ActParticipation -> Expression<Func<ActParticipation, bool>>
override GetKeyExpression :
model : ActParticipation -> Expression<Func<ActParticipation, bool>> Parameters
- model ActParticipation
- The model to check for an existing key
Return Value
ExpressionFuncActParticipation,
BooleanThe Expression for the model
Implements
IAdoKeyResolverTModelGetKeyExpression(TModel)
See Also