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
)
Public Shared Function HasReferences (
expr As String
) As Boolean
Parameters
- expr
- Type: SystemString
The expression to test.
Return Value
Type:
BooleanTrue if expression MIGHT include one or more field references.
See Also