Click or drag to resize

BisServiceBehaviorRenderQuery Method

Render the specified query

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

Parameters

id  String

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

Return Value

IEnumerableObject

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

Implements

IBisServiceContractRenderQuery(String)
See Also