Click or drag to resize

ExpressionParserExtractFieldKeys Method (String)

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
)

Parameters

expr
Type: SystemString
The expression to parse.

Return Value

Type: StringSet
The set of field keys referenced in the expression.
See Also