1. Stylelabs.M.Sdk.Contracts.Querying

Interface IIdQueryResult

A query result containing entity ids.

Inherited Members

IQueryResult.Items

IQueryResult.TotalNumberOfResults

IQueryResult.Offset

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQuerying

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IIdQueryResult : IQueryResult<long>, IQueryResult

Methods

CreateIterator()

Creates an iterator to iterate over the query results. The iterator can go back and forth all pages/batches of the query result.

Declaration

IIdIterator CreateIterator()

Returns

TypeDescription
IIdIteratorA IIdIterator.
If you have suggestions for improving this article, let us know!