Click or drag to resize

IQueryPersistenceServiceSetQueryTag Method

Adds or changes the query tag on queryId to value

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void SetQueryTag(
	Guid queryId,
	Object value
)

Parameters

queryId
Type: SystemGuid
The unique query identifier for which the tag value is being set
value
Type: SystemObject
The value of the tag to set on the query
See Also