 | IQueryPersistenceServiceQueryResultTotalQuantity Method |
Count the number of query results which have been registered for queryId
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxlong QueryResultTotalQuantity(
Guid queryId
)
Function QueryResultTotalQuantity (
queryId As Guid
) As Long
long long QueryResultTotalQuantity(
Guid queryId
)
abstract QueryResultTotalQuantity :
queryId : Guid -> int64 Parameters
- queryId Guid
- The identifier of the query for which results should be counted
Return Value
Int64The number of registered query results for
queryId
See Also