Click or drag to resize

ExpressionCompile Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.NCalc.Expression.Compile(System.String,System.Boolean)"]

Namespace:  Stimulsoft.Data.Expressions.NCalc
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public static LogicalExpression Compile(
	string expression,
	bool nocache
)

Parameters

expression
Type: SystemString

[Missing <param name="expression"/> documentation for "M:Stimulsoft.Data.Expressions.NCalc.Expression.Compile(System.String,System.Boolean)"]

nocache
Type: SystemBoolean

[Missing <param name="nocache"/> documentation for "M:Stimulsoft.Data.Expressions.NCalc.Expression.Compile(System.String,System.Boolean)"]

Return Value

Type: LogicalExpression

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.NCalc.Expression.Compile(System.String,System.Boolean)"]

See Also