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