IWindowExpressionBuilderShow(String, Int32) Method
Method to display the expression builder to compose a table filter.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
bool Show(
string table,
int tableFilterId
)
Function Show (
table As String,
tableFilterId As Integer
) As Boolean
- 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
Boolean if the expression has been changed; otherwise,
.