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

JsonDataSourceModel(JsonDataSourceModel) Constructor

Initializes a new instance of the JsonDataSourceModel class with the specified prototype.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public JsonDataSourceModel(
    JsonDataSourceModel other
)

Parameters

Name Type Description
other JsonDataSourceModel

An JsonDataSourceModel object specifying a prototype for a new JsonDataSourceModel instance.

See Also