Skip to main content

IObjectDataSourceModel.CtorParameters Property

If implemented, specifies the parameters of the selected data source constructor.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

Parameter[] CtorParameters { get; set; }

Property Value

Type Description
Parameter[]

A collection of Parameter objects.

See Also