 | MdmLinkResourceQuery Method |
Query the candidate links
Namespace: SanteDB.Persistence.MDM.RestAssembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
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.Persistence.MDM.Rest.MdmLinkResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]
- scopingKey Object
[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Persistence.MDM.Rest.MdmLinkResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]
- filter NameValueCollection
[Missing <param name="filter"/> documentation for "M:SanteDB.Persistence.MDM.Rest.MdmLinkResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]
Return Value
IQueryResultSet[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Rest.MdmLinkResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]
Implements
IApiChildResourceHandlerQuery(Type, Object, NameValueCollection)
See Also