Skip to main content
A newer version of this page is available. .

IObjectDataSourceModel.CtorParameters Property

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

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

Parameter[] CtorParameters { get; set; }

Property Value

Type Description
Parameter[]

A collection of Parameter objects.

See Also