WizardNumberSetLink(WizardTableLink) Method

Adds a table to get data from.

Definition

Namespace: Aliquo.Windows.Wizard.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public void SetLink(
	WizardTableLink link
)

Parameters

link  WizardTableLink
WizardTableLink with the wizard table link.

Remarks

Valid options:

WizardTableLink. It allows to specify a table, fields, filter, order, ... .

See Also