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: 6.0.0.0 (6.0.6225.27214)
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