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

RelationInfo.KeyColumns Property

Returns the list of RelationColumnInfo objects assigned to the current RelationInfo.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public RelationInfo.RelationColumnInfoList KeyColumns { get; }

Property Value

Type Description
RelationInfo.RelationColumnInfoList

A DevExpress.DataAccess.Sql.RelationColumnInfoList object.

See Also