Click or drag to resize

MemoryQueryPersistenceServiceQueryResultTotalQuantity Method

Get the total results

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public long QueryResultTotalQuantity(
	Guid queryId
)

Parameters

queryId
Type: SystemGuid

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

Return Value

Type: Int64

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

Implements

IQueryPersistenceServiceQueryResultTotalQuantity(Guid)
See Also