IWindowExpressionBuilderAddFields(String, String, Boolean, Boolean) Method

Add table fields using a table alias.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void AddFields(
	string tableName,
	string tableAlias,
	bool userSecurity = true,
	bool expressionFields = 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.

See Also