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

ObjectDataSourceModel.ObjectConstructor Property

Specifies the selected data source constructor.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public ConstructorInfo ObjectConstructor { get; set; }

Property Value

Type Description
ConstructorInfo

A ConstructorInfo object providing information about the selected constructor.

Implements

See Also