Interface IIdQueryResult
A query result containing entity ids.
Namespace: Stylelabs.M.Sdk.Contracts.Querying
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
Type | Description |
---|---|
IIdIterator |
Can we improve this article ? Provide feedback