DataSourceModel.ObjectConstructor Property
Specifies a constructor used to create an instance of an object data source.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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