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

ObjectDataSourceModel.CtorParameters Property

Specifies the parameters of the selected data source constructor.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public Parameter[] CtorParameters { get; set; }

Property Value

Type Description
Parameter[]

A collection of Parameter objects.

Implements

See Also