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

IObjectDataSourceModel.ObjectConstructor Property

If implemented, specifies the selected data source constructor.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

ConstructorInfo ObjectConstructor { get; set; }

Property Value

Type Description
ConstructorInfo

A ConstructorInfo object providing information about the selected constructor.

See Also