MasterDetailInfo.KeyColumns Property
Provides access to the collection of key columns defined for the master-detail relationship.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v23.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
List<RelationColumnInfo> | A collection of RelationColumnInfo objects. |
See Also