Skip to main content

SqlDataSourceModel(SqlDataSourceModel) Constructor

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

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public SqlDataSourceModel(
    SqlDataSourceModel other
)

Parameters

Name Type Description
other SqlDataSourceModel

An SqlDataSourceModel object, specifying a prototype for a new SqlDataSourceModel instance.

See Also