Click or drag to resize

ISubscriptionExecutorExecute Method (Guid, NameValueCollection)

Executes the identified subscription agianst the persistence layer.

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IQueryResultSet Execute(
	Guid queryDefinitionKey,
	NameValueCollection parameters
)

Parameters

queryDefinitionKey
Type: SystemGuid
The key of the query definition to run
parameters
Type: System.Collections.SpecializedNameValueCollection
The parameters from the query

Return Value

Type: IQueryResultSet
The results from the execution
See Also