IWindowExpressionBuilderAddFields(ListData) Method
Add the tables and their corresponding fields to the expression builder's field list.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void AddFields(
List<Data> tables
)
Sub AddFields (
tables As List(Of Data)
)
Parameters
- tables ListData
- List<Data> with the tables and fields that you want to include.