 | HtmlReportResourceQuery Method |
Query the object
Namespace: SanteDB.Matcher.RestAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic IQueryResultSet Query(
Type scopingType,
Object scopingKey,
NameValueCollection filter
)
Public Function Query (
scopingType As Type,
scopingKey As Object,
filter As NameValueCollection
) As IQueryResultSet
public:
virtual IQueryResultSet^ Query(
Type^ scopingType,
Object^ scopingKey,
NameValueCollection^ filter
) sealed
abstract Query :
scopingType : Type *
scopingKey : Object *
filter : NameValueCollection -> IQueryResultSet
override Query :
scopingType : Type *
scopingKey : Object *
filter : NameValueCollection -> IQueryResultSet Parameters
- scopingType Type
[Missing <param name="scopingType"/> documentation for "M:SanteDB.Matcher.Rest.HtmlReportResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]
- scopingKey Object
[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Matcher.Rest.HtmlReportResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]
- filter NameValueCollection
[Missing <param name="filter"/> documentation for "M:SanteDB.Matcher.Rest.HtmlReportResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]
Return Value
IQueryResultSet[Missing <returns> documentation for "M:SanteDB.Matcher.Rest.HtmlReportResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]
Implements
IApiChildResourceHandlerQuery(Type, Object, NameValueCollection)
See Also