Click or drag to resize
IValueTransformerAddTrue Method
Makes sure result to be read as 'true' boolean value

Namespace: FlexRule.Decisions.Tables.Readers
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
void AddTrue(
	string expression,
	bool ignoreCase = true,
	string column = null
)

Parameters

expression
Type: SystemString
ignoreCase (Optional)
Type: SystemBoolean
column (Optional)
Type: SystemString
See Also