ExpressionParserHasReferences Method |
Note: This API is now obsolete.
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
)
<ObsoleteAttribute("This class has been deprecated and is superceded by NetQuarry.ExpressionParser.HasReferences.")>
Public Shared Function HasReferences (
expr As String
) As Boolean
Parameters
- expr
- Type: SystemString
The expression to check.
Return Value
Type:
BooleanTrue
See Also