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

DataSourceModel.ObjectConstructor Property

Specifies a constructor used to create an instance of an object data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ConstructorInfo ObjectConstructor { get; set; }

Property Value

Type Description
ConstructorInfo

A ConstructorInfo object containing information about a class constructor.

Remarks

This setting is used to create an ObjectDataSource.

Implements

See Also