HyperActive
Escape Method (expression)
NamespacesHyperActive.CoreNameProviderEscape(String)
Used to return an escaped value of an expression if it happens to be a sql keyword
Declaration Syntax
C#Visual BasicVisual C++
public virtual string Escape(
	string expression
)
Public Overridable Function Escape ( _
	expression As String _
) As String
public:
virtual String^ Escape(
	String^ expression
)
Parameters
expression (String)
The expression to evaluate.
Return Value
If the expression is a sql key word it's returned prefixed with a backtick(`), otherwise the original expression is returned.

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)