Skip to main content
A newer version of this page is available. .

JoinNode.GetColumn(String) Method

Returns the column with the specified name.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

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