 | ActRelationshipPersistenceServiceGetKeyExpression(ActRelationship) 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<ActRelationship, bool>> GetKeyExpression(
ActRelationship model
)
Public Function GetKeyExpression (
model As ActRelationship
) As Expression(Of Func(Of ActRelationship, Boolean))
public:
virtual Expression<Func<ActRelationship^, bool>^>^ GetKeyExpression(
ActRelationship^ model
) sealed
abstract GetKeyExpression :
model : ActRelationship -> Expression<Func<ActRelationship, bool>>
override GetKeyExpression :
model : ActRelationship -> Expression<Func<ActRelationship, bool>> Parameters
- model ActRelationship
- The model to check for an existing key
Return Value
ExpressionFuncActRelationship,
BooleanThe Expression for the model
Implements
IAdoKeyResolverTModelGetKeyExpression(TModel)
See Also