ISqlQueryResult Interface
Namespace: Hazelcast.Sql
Assembly: Hazelcast.Net.dll
Represents the result of a SQL query (SELECT ...).
public interface ISqlQueryResult : IAsyncEnumerable<SqlRow>, IAsyncDisposable
Inherited Members
Remarks
The result of a SQL query is a one-off IAsync
This class implements IAsyncawait using
statement.
This class is stateful and not thread-safe, executing its method in parallel may lead to unpredictable results.