ITable.GetColumn(String) Method
Gets the specified column from the current table by name.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that specifies the name of the required column. |
Returns
Type | Description |
---|---|
IColumn | An object implementing the IColumn interface that is the column from the current table. |
See Also