Click or drag to resize

ExpressionParserExtractFieldKeys Method (String, Boolean)

Note: This API is now obsolete.

Construct a set of keys for the fields referenced in the specified expression. This class is deprecated. Use NetQuarry.ExpressionParser.ExtractFieldKeys.

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
)

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: StringSet
The set of field keys referenced in the expression.
See Also