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
)
Protected Function PerformExpressionModification (
flags As FieldExpressionAttrs,
text As String
) As String
Parameters
- flags
- Type: NetQuarry.DataFieldExpressionAttrs
The expression attributes. - text
- Type: SystemString
The text to modify.
Return Value
Type:
StringThe modified text.
See Also