Click or drag to resize
IQuerySpecificationImplCompile Method
Compiles a query specification.

Namespace: PDTec.IceNet.Core.Database.Query
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
ICompiledQuery Compile(
	IDatabaseRepository pRepository
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.

Return Value

Type: ICompiledQuery
The compiled query.
See Also