Click or drag to resize

IDatabaseRepositoryExecuteQuery Method (IQuerySpecification, IQueryParameters)

Executes a query specification directly. Use this method as a shortcut if the query should not be precompiled.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
IQueryResult ExecuteQuery(
	IQuerySpecification pQuerySpec,
	IQueryParameters pParameters
)

Parameters

pQuerySpec
Type: PDTec.IceNet.Core.Database.QueryIQuerySpecification
The query specification
pParameters
Type: PDTec.IceNet.Core.Database.QueryIQueryParameters
The query parameters. The type of the pParameters must conform to the query specification.

Return Value

Type: IQueryResult
The query result
See Also