ObjectDataSourceModel(ObjectDataSourceModel) Constructor
Initializes a new instance of the ObjectDataSourceModel class with the specified prototype.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
other | ObjectDataSourceModel | An ObjectDataSourceModel object, specifying a prototype for a new ObjectDataSourceModel instance. |
See Also