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: 7.2.0.0 (7.2.7583.15464)
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