IWindowExpressionBuilderShow(ExpressionType, String) Method
Method to display the expression builder for an expression type and a specific table.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
bool Show(
ExpressionType expressionType,
string table
)
Function Show (
expressionType As ExpressionType,
table As String
) As Boolean
- 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.
Boolean if the expression has been changed; otherwise,
.