MapperUtilsExpressionFlags Method |
See ExpressionParser.ExtractFlags().
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static FieldExpressionAttrs ExpressionFlags(
string flags
)
Public Shared Function ExpressionFlags (
flags As String
) As FieldExpressionAttrs
Parameters
- flags
- Type: SystemString
The flags string to convert.
Return Value
Type:
FieldExpressionAttrsThe corresponding field expression attributes.
See Also