Click or drag to resize

ExpressionParserHasReferences Method

Determines if the specified expression MIGHT include Field References by checking for the existence of any field reference prefixes. See HasReferencesOrEmbeddedFunctions(String) to also check for Embedded Functions.

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

Parameters

expr
Type: SystemString
The expression to test.

Return Value

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