SIFWorks ADK 2.0
Render Method (formatter, query, cond)
NamespacesEdustructures.SifWorks.Tools.QueryISelfRenderingFieldRender(QueryFormatter, Query, Condition)

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

Returns a portion of an SQL query that should be used to satisfy this specific query condition
Declaration Syntax
C#Visual BasicVisual C++
string Render(
	QueryFormatter formatter,
	Query query,
	Condition cond
)
Function Render ( _
	formatter As QueryFormatter, _
	query As Query, _
	cond As Condition _
) As String
String^ Render (
	QueryFormatter^ formatter, 
	Query^ query, 
	Condition^ cond
)
Parameters
formatter (QueryFormatter)
The formatter that is formatting the query
query (Query)
The SIF_Query that is being processed
cond (Condition)
The specific condition that this class should render
Return Value
an sql query appropriate for the formatter being used

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