| IValueTransformerAdd Method |
Adds the transform rule to table or column
Namespace: FlexRule.Decisions.Tables.ReadersAssembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxvoid Add(
string from,
string to,
bool ignoreCase,
string column = null
)
Parameters
- from
- Type: SystemString
Word that is read - to
- Type: SystemString
Word to replace with - ignoreCase
- Type: SystemBoolean
true if is not case-sensitive - column (Optional)
- Type: SystemString
See Also