Click or drag to resize

IDatabaseRepositoryCompileQuery Method

Compiles a query to a database-specific representation. Use this method to increase performance by keeping intermediate compilation results.

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#
ICompiledQuery CompileQuery(
	IQuerySpecification pQuerySpec
)

Parameters

pQuerySpec
Type: PDTec.IceNet.Core.Database.QueryIQuerySpecification
The query specification

Return Value

Type: ICompiledQuery
The compiled query
See Also