Click or drag to resize

MapperKernelPerformExpressionModification Method

Modify a resolved expression per the specified expression attributes.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string PerformExpressionModification(
	FieldExpressionAttrs flags,
	string text
)

Parameters

flags
Type: NetQuarry.DataFieldExpressionAttrs
The expression attributes.
text
Type: SystemString
The text to modify.

Return Value

Type: String
The modified text.
See Also