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