JoinNode.GetColumn(String) Method
Returns the column 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 column’s name. |
Returns
| Type | Description |
|---|---|
| DBColumn | A DBColumn object that represents the table column. |
See Also