Click or drag to resize

DefaultUpstreamIntegrationServiceQueryTModel(ExpressionFuncTModel, Boolean, UpstreamIntegrationQueryControlOptions) Method

Instructs the integration service to locate a specified object(s)

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IResourceCollection Query<TModel>(
	Expression<Func<TModel, bool>> predicate,
	UpstreamIntegrationQueryControlOptions queryControl
)
where TModel : new(), IdentifiedData

Parameters

predicate  ExpressionFuncTModel, Boolean

[Missing <param name="predicate"/> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamIntegrationService.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},SanteDB.Core.Services.UpstreamIntegrationQueryControlOptions)"]

queryControl  UpstreamIntegrationQueryControlOptions

[Missing <param name="queryControl"/> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamIntegrationService.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},SanteDB.Core.Services.UpstreamIntegrationQueryControlOptions)"]

Type Parameters

TModel

[Missing <typeparam name="TModel"/> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamIntegrationService.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},SanteDB.Core.Services.UpstreamIntegrationQueryControlOptions)"]

Return Value

IResourceCollection

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamIntegrationService.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},SanteDB.Core.Services.UpstreamIntegrationQueryControlOptions)"]

Implements

IUpstreamIntegrationServiceQueryTModel(ExpressionFuncTModel, Boolean, UpstreamIntegrationQueryControlOptions)
See Also