Click or drag to resize

ExpressionParserHasReferencesOrEmbeddedFunctions Method

Determines if the specified expression MIGHT include Field References or Embedded Functions by checking for the existence of any field reference or embedded function prefixes. See HasReferences(String) to only test for Field References.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool HasReferencesOrEmbeddedFunctions(
	string expr
)

Parameters

expr
Type: SystemString
The expression to test.

Return Value

Type: Boolean
True if expression MIGHT include one or more field references and/or embedded functions.
See Also