[This is preliminary documentation and is subject to change.]
[Missing namespace summary documentation for N:Edustructures.SifWorks.Tools.Query]
| C# | Visual Basic | Visual C++ |
namespace Edustructures.SifWorks.Tools.Query
Namespace Edustructures.SifWorks.Tools.Query
namespace Edustructures.SifWorks.Tools.Query
| All Types | Classes | Interfaces |
| Icon | Type | Description |
|---|---|---|
| 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:
| |
| 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. |