Click or drag to resize

ExpressionParserHasReferences Method

Note: This API is now obsolete.

Determines if the specified expression includes field references. This class is deprecated. Use NetQuarry.ExpressionParser.HasReferences.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[ObsoleteAttribute("This class has been deprecated and is superceded by NetQuarry.ExpressionParser.HasReferences.")]
public static bool HasReferences(
	string expr
)

Parameters

expr
Type: SystemString
The expression to check.

Return Value

Type: Boolean
True
See Also