Skip to main content

JoinNode.GetColumn(String) Method

Returns the column with the specified name.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public DBColumn GetColumn(
    string name
)

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