IWindowExpressionBuilderAddFields(String, ListDataField) Method
Add the table and fields to the expression builder field list.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void AddFields(
string table,
List<DataField> fields
)
Sub AddFields (
table As String,
fields As List(Of DataField)
)
Parameters
- table String
- Table of fields to include.
- fields ListDataField
- List<DataField> with the fields to be included.