SIFWorks ADK 2.0
Edustructures.SifWorks.Tools.Query Namespace
NamespacesEdustructures.SifWorks.Tools.Query

[This is preliminary documentation and is subject to change.]

[Missing namespace summary documentation for N:Edustructures.SifWorks.Tools.Query]

Declaration Syntax
C#Visual BasicVisual C++
namespace Edustructures.SifWorks.Tools.Query
Namespace Edustructures.SifWorks.Tools.Query
namespace Edustructures.SifWorks.Tools.Query
Types
All TypesClassesInterfaces
IconTypeDescription
ISelfRenderingField
This interface defines an optional interface that can be implemented by a class and mapped to an element to satisfy a SIF_Query.

QueryFormatter
The abstract base class for query formatters, which format SIF_Query queries in another form such as an SQL WHERE clause. The way in which a query is formatted is determined by the subclass implementation. A subclass must implement these methods:
  • getOpenBrace
  • getCloseBrace
  • getOperator
  • renderField
  • renderValue

QueryFormatterException
Signals an unrecoverable processing error by a QueryFormatter

SQLField
Encapsulates a field name and type from a DbType

SQLQueryFormatter
An implementation of a QueryFormatter that formats queries for inclusion in an SQL WHERE clause.