IWindowExpressionBuilderShow(String, Int32) Method

Method to display the expression builder to compose a table filter.

Definition

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

Parameters

table  String
Name of the table to which the filter belongs.
tableFilterId  Int32
Identifier of the table filter, if no value is given or the id does not exist, then it will be a custom filter

Return Value

Boolean
if the expression has been changed; otherwise, .

See Also