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.0.0.0 (7.0.6906.26599)
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