DBTable.GetColumn(String) Method
In This Article
Creates a new column with the specified name and appends it to the DBTable.Columns collection.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column |
String | A String value that specifies the column’s name. This value is assigned to the DBColumn. |
#Returns
Type | Description |
---|---|
DBColumn | A DBColumn object that represents the new column. |
See Also