WizardTableLink Class
Wizard table link class.
Namespace: Aliquo.Windows.Wizard.LinkAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public class WizardTableLink : WizardInputLink
Public Class WizardTableLink
Inherits WizardInputLink
- Inheritance
- Object WizardInputLink WizardTableLink
Allows to get data from a table.
| FieldKey |
Field name to get data from.
|
| Fields |
Field names to show in the list.
|
| FieldText |
Field with description.
|
| Filter |
Filter used to get data.
|
| Order |
Order applied to data. If empty, no sort will be applied.
|
| Subprocess |
Subprocess code corresponding to configuration and filter used to show data.
|
| Table |
Name of the table to get data from.
|