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

DBTable(String) Constructor

Initializes a new instance of the DBTable class with the specified name.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public DBTable(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the table’s name. This value is assigned to the DBTable.Name property.

See Also