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

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.v18.2.dll

Declaration

public EFDBTableViewModel(
    DBTable table
)

Parameters

Name Type Description
table DBTable

A DBTable object.

See Also