 | RelatedPersonResourceHandlerQueryInternal Method |
Execute the specified query
Namespace: SanteDB.Messaging.FHIR.HandlersAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxprotected override IQueryResultSet<EntityRelationship> QueryInternal(
Expression<Func<EntityRelationship, bool>> query,
NameValueCollection fhirParameters,
NameValueCollection hdsiParameters
)
Protected Overrides Function QueryInternal (
query As Expression(Of Func(Of EntityRelationship, Boolean)),
fhirParameters As NameValueCollection,
hdsiParameters As NameValueCollection
) As IQueryResultSet(Of EntityRelationship)
protected:
virtual IQueryResultSet<EntityRelationship^>^ QueryInternal(
Expression<Func<EntityRelationship^, bool>^>^ query,
NameValueCollection^ fhirParameters,
NameValueCollection^ hdsiParameters
) override
abstract QueryInternal :
query : Expression<Func<EntityRelationship, bool>> *
fhirParameters : NameValueCollection *
hdsiParameters : NameValueCollection -> IQueryResultSet<EntityRelationship>
override QueryInternal :
query : Expression<Func<EntityRelationship, bool>> *
fhirParameters : NameValueCollection *
hdsiParameters : NameValueCollection -> IQueryResultSet<EntityRelationship> Parameters
- query ExpressionFuncEntityRelationship, Boolean
- The query filter
- fhirParameters NameValueCollection
[Missing <param name="fhirParameters"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.RelatedPersonResourceHandler.QueryInternal(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Entities.EntityRelationship,System.Boolean}},System.Collections.Specialized.NameValueCollection,System.Collections.Specialized.NameValueCollection)"]
- hdsiParameters NameValueCollection
[Missing <param name="hdsiParameters"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.RelatedPersonResourceHandler.QueryInternal(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Entities.EntityRelationship,System.Boolean}},System.Collections.Specialized.NameValueCollection,System.Collections.Specialized.NameValueCollection)"]
Return Value
IQueryResultSetEntityRelationshipReturns the list of models which match the given parameters.
See Also