[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
| C# | Visual Basic | Visual 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 )
- 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
an sql query appropriate for the formatter being used