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 | |
---|---|---|
NormalizeQuery(String) | Uses a string input that represents the query text. | |
NormalizeQuery(String, Boolean) | Normalizes the query that controls the server connection. |
Top