Click or drag to resize
IQuerySpecificationImpl Interface
Represents a query specification from the implementation perspective..

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#
public interface IQuerySpecificationImpl : IQuerySpecification

The IQuerySpecificationImpl type exposes the following members.

Methods
  NameDescription
Public methodCompile
Compiles a query specification.
Public methodGetParameters
Retrieves a matching parameter structure required to execute the query.
(Inherited from IQuerySpecification.)
Top
See Also