Click or drag to resize

ExpressionParserExtractFlags Method

Note: This API is now obsolete.

Converts a string of field expression flags to their corresponding enum flags. Field expression flags occur in field expressions immediately following the opening square bracket. This class is deprecated. Use NetQuarry.ExpressionParser.ExtractFlags.

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.ExtractFlags.")]
public static FieldExpressionAttrs ExtractFlags(
	string flags
)

Parameters

flags
Type: SystemString
The flags string to convert.

Return Value

Type: FieldExpressionAttrs
The corresponding field expression attributes.
See Also