IObjectDataSourceModel.ObjectConstructor Property
If implemented, specifies the selected data source constructor.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Description |
|---|---|
| ConstructorInfo | A ConstructorInfo object providing information about the selected constructor. |
See Also