IObjectConstructorParametersPageView.Initialize(IEnumerable<IParameter>) Method
If implemented, initializes a wizard page with the list of available constructor parameters.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameters | IEnumerable<IParameter> | A collection of objects implementing the IParameter interface. |
See Also