Interface IQueryIterator<T>

Version: 3.4

Base interface for iterating over query results.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQueryingGeneric
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IQueryIterator<T> : IIterator where T : IQueryResult
Type Parameters
NameDescription
T

A subtype of IQueryResult.

Properties

Current

Gets get the current result during iteration.

Declaration
RequestResponse
T Current { get; }
Property Value
TypeDescription
T

Do you have some feedback for us?

If you have suggestions for improving this article,