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