JoinNode.GetColumn(String) Method
Returns the column with the specified name.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.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