| IPreparedQueryTDocument, TResult Interface |
Implement this interface to create a prepared query on TDocument which
returns instances of TDocument as a result.
Namespace:
SphinxConnector.FluentApi.PreparedQueries
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.0
Syntax public interface IPreparedQuery<TDocument, TResult>
Public Interface IPreparedQuery(Of TDocument, TResult)
Type Parameters
- TDocument
- The type of document for this query.
- TResult
- The type of result for this query.
The IPreparedQueryTDocument, TResult type exposes the following members.
Methods See Also