MapperUtilsExpressionParse Method (String, String) |
See ExpressionParser.Parse().
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static FieldExpressionAttrs ExpressionParse(
string expr,
out string reference
)
Public Shared Function ExpressionParse (
expr As String,
<OutAttribute> ByRef reference As String
) As FieldExpressionAttrs
Parameters
- expr
- Type: SystemString
The expression to parse. - reference
- Type: SystemString
The expression reference with flags removed.
Return Value
Type:
FieldExpressionAttrsThe flags specified at the start of the reference.
See Also