Click or drag to resize

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
)

Parameters

flags
Type: SystemString
The flags string to convert.

Return Value

Type: FieldExpressionAttrs
The corresponding field expression attributes.
See Also