IPrepared QueryTDocument, TResult Interface
Implement this interface to create a prepared query on TDocument which
returns instances of TDocument as a result.
Definition
Namespace: SphinxConnector.FluentApi.PreparedQueries
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public interface IPreparedQuery<TDocument, TResult>
VB
Public Interface IPreparedQuery(Of TDocument, TResult)Type Parameters
- TDocument
- The type of document for this query.
- TResult
- The type of result for this query.
Methods
| Query | Builds the expression for the IFulltextQueryTDocument to prepare. |