Click or drag to resize
Infosoft Logo

IQueryStatementExecutionHelperExecuteQueryStatementById Method

Executes the query statement with the given identifier.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Search
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
DataTable ExecuteQueryStatementById(
	int queryStatementId
)

Parameters

queryStatementId  Int32
The query statement identifier.

Return Value

DataTable
A datatable with the result
See Also