IWindowExpressionBuilderAddFields(String, String, Boolean, Boolean) Method
Add table fields using a table alias.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void AddFields(
string tableName,
string tableAlias,
bool userSecurity = true,
bool expressionFields = true
)
Sub AddFields (
tableName As String,
tableAlias As String,
Optional userSecurity As Boolean = true,
Optional expressionFields As Boolean = true
)
Parameters
- tableName String
- Name of the table of the fields you want to include
- tableAlias String
- Alias of the table you want to include.
- userSecurity Boolean (Optional)
- Indicates whether user security is applied.
- expressionFields Boolean (Optional)
- Indicates whether expression fields are included.