JsonDataSourceModel(JsonDataSourceModel) Constructor
Initializes a new instance of the JsonDataSourceModel class with the specified prototype.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| other | JsonDataSourceModel | An JsonDataSourceModel object specifying a prototype for a new JsonDataSourceModel instance. |
See Also