Multi Query Result Class
Represents the result of a multi-query.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public class MultiQueryResult : IDisposableVB
Public Class MultiQueryResult
Implements 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets 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. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |