Click or drag to resize

MemoryQueryPersistenceServiceGetQueryResults Method

Gets the specified query results

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public IEnumerable<Guid> GetQueryResults(
	Guid queryId,
	int offset,
	int count
)

Parameters

queryId
Type: SystemGuid

[Missing <param name="queryId"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.MemoryQueryPersistenceService.GetQueryResults(System.Guid,System.Int32,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.MemoryQueryPersistenceService.GetQueryResults(System.Guid,System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.MemoryQueryPersistenceService.GetQueryResults(System.Guid,System.Int32,System.Int32)"]

Return Value

Type: IEnumerableGuid

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.MemoryQueryPersistenceService.GetQueryResults(System.Guid,System.Int32,System.Int32)"]

Implements

IQueryPersistenceServiceGetQueryResults(Guid, Int32, Int32)
See Also