Interface IEntityQueryResult
A query result containing IEntitys.
Namespace: Stylelabs.M.Sdk.Contracts.Querying
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IEntityQueryResult : IQueryResult<IEntity>, 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
IEntityIterator CreateIterator()
Returns
Type | Description |
---|---|
IEntityIterator |
Can we improve this article ? Provide feedback