ExpressionParserExtractFieldKeys Method (String, Boolean) |
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.ExtractFieldKeys.")]
public static StringSet ExtractFieldKeys(
string expr,
bool pageValsOnly
)
<ObsoleteAttribute("This class has been deprecated and is superceded by NetQuarry.ExpressionParser.ExtractFieldKeys.")>
Public Shared Function ExtractFieldKeys (
expr As String,
pageValsOnly As Boolean
) As StringSet
Parameters
- expr
- Type: SystemString
The expression to parse. - pageValsOnly
- Type: SystemBoolean
Whether or not to restrict extraction to PageInstanceValues (which use { } vs. [ ]).
Return Value
Type:
StringSetThe set of field keys referenced in the expression.
See Also