ITable.TryGetColumn(String, out IColumn) Method
Returns a column with the specified name using the column parameter.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value that specifies the column name. |
| column | IColumn | An object implementing the IColumn interface that is the column with the specified name. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the column with the specified name exists; otherwise, false. |
See Also