Click or drag to resize

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
)

Parameters

expr
Type: SystemString
The expression to parse.
reference
Type: SystemString
The expression reference with flags removed.

Return Value

Type: FieldExpressionAttrs
The flags specified at the start of the reference.
See Also