IWindowExpressionBuilderAddFields(String, Boolean, Boolean) Method

Add the table fields.

Definition

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

Parameters

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

See Also