IWindowExpressionBuilderAddAllFields Method

Adds the tables and fields corresponding to the indicated table and its links.

In addition, the UseSettingsToEvaluate property is activated to use the settings in the case of evaluating the expression

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void AddAllFields(
	string table,
	bool userSecurity = true,
	bool expressionFields = true
)

Parameters

table  String
Table of the fields you want to include.
userSecurity  Boolean  (Optional)
Indicates whether user security is applied.
expressionFields  Boolean  (Optional)
Indicates whether expression fields are included.

See Also