IWindowExpressionBuilderAddFields(String, ListDataField) Method

Add the table and fields to the expression builder field list.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void AddFields(
	string table,
	List<DataField> fields
)

Parameters

table  String
Table of fields to include.
fields  ListDataField
List<DataField> with the fields to be included.

See Also