Click or drag to resize
Infosoft Logo

IQueryStatementExecutionHelper Interface

A simple helper interface for executing query statements. This interface is actually a hack to allow the Client to expose the query services to the server since the query services are implemented on the "client".

Namespace: Infosoft.Common.Contracts.ServiceContracts.Search
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IQueryStatementExecutionHelper

The IQueryStatementExecutionHelper type exposes the following members.

Methods
 NameDescription
Public methodExecuteQueryStatementById Executes the query statement with the given identifier.
Top
See Also