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

ObjectDataSourceModel(ObjectDataSourceModel) Constructor

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

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ObjectDataSourceModel(
    ObjectDataSourceModel other
)

Parameters

Name Type Description
other ObjectDataSourceModel

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

See Also