IWindowExpressionBuilderAddFields(ListData) Method

Add the tables and their corresponding fields to the expression builder's field list.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void AddFields(
	List<Data> tables
)

Parameters

tables  ListData
List<Data> with the tables and fields that you want to include.

See Also