Skip to main content

EFDBTableViewModel(DBTable) Constructor

Initializes a new instance of the EFDBTableViewModel class with the specified data table.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public EFDBTableViewModel(
    DBTable table
)

Parameters

Name Type Description
table DBTable

A DBTable object.

See Also