IWindowExpressionBuilderShow(ExpressionType, String) Method

Method to display the expression builder for an expression type and a specific table.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
bool Show(
	ExpressionType expressionType,
	string table
)

Parameters

expressionType  ExpressionType
Type of expression to generate, used for evaluations.
table  String
Name of the table on which to generate the expression and that will be used to evaluate it.

Return Value

Boolean
if the expression has been changed; otherwise, .

See Also