SIFWorks ADK 2.0
Format Method (query, table)
NamespacesEdustructures.SifWorks.Tools.QueryQueryFormatterFormat(Query, IDictionary)

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

Builds a query string given a dictionary of mappings and a Query instance. This method evaluates the conditions of that Query to produce a textual query string in format determined by the implementation.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string Format(
	Query query,
	IDictionary table
)
Public Overridable Function Format ( _
	query As Query, _
	table As IDictionary _
) As String
public:
virtual String^ Format (
	Query^ query, 
	IDictionary^ table
)
Parameters
query (Query)
An ADK Query object, usually obtained during the processing of a SIF_Request by a Publisher message handler
table (IDictionary)
A dictionary that maps SIFDTD ElementDef constants to application-defined field values
Exceptions
ExceptionCondition
QueryFormatterExceptionThrown if the query contains conditions that are not mapped in the table

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10