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
)
<ObsoleteAttribute("This class has been deprecated and is superceded by NetQuarry.ExpressionParser.ExtractFlags.")>
Public Shared Function ExtractFlags (
flags As String
) As FieldExpressionAttrs
Parameters
- flags
- Type: SystemString
The flags string to convert.
Return Value
Type:
FieldExpressionAttrsThe corresponding field expression attributes.
See Also