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