Click or drag to resize

IBisServiceContractRenderQuery Method

Executes the specified query

Namespace: SanteDB.Rest.BIS
Assembly: SanteDB.Rest.BIS (in SanteDB.Rest.BIS.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
IEnumerable<Object> RenderQuery(
	string id
)

Parameters

id  String

[Missing <param name="id"/> documentation for "M:SanteDB.Rest.BIS.IBisServiceContract.RenderQuery(System.String)"]

Return Value

IEnumerableObject

[Missing <returns> documentation for "M:SanteDB.Rest.BIS.IBisServiceContract.RenderQuery(System.String)"]

See Also