DBTable(String) Constructor
Initializes a new instance of the DBTable class with the specified name.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
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