MultiQueryResult Class

Represents the result of a multi-query.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public class MultiQueryResult : IDisposable
Inheritance
Object    MultiQueryResult
Implements
IDisposable

Properties

HasPendingResultSets Gets a value that indicates whether this MultiQueryResult contains one or more result sets that haven't been read yet.

Methods

Dispose Disposes of the instance and closes the connection associated with it.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ReadT Returns a list of results of the given type.
ReadQueryMetadata Read meta data results from a query.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also