IObjectConstructorParametersPageView.GetParameters() Method
If implemented, returns a collection of constructor parameters.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Returns
Type | Description |
---|---|
IEnumerable<IParameter> | A collection of objects implementing the IParameter interface. |
See Also