ServerConnection.NormalizeQuery Method

Include Protected Members
Include Inherited Members

Puts the query to normal mode in the ServerConnection object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member NormalizeQuery(String) Uses a string input that represents the query text.
Public methodStatic member NormalizeQuery(String, Boolean) Normalizes the query that controls the server connection.

Top