ForeignKeyConstraint::RelatedColumns Property
.NET Framework (current version)
The parent columns of this constraint.
Assembly: System.Data (in System.Data.dll)
public: property array<DataColumn^>^ RelatedColumns { virtual array<DataColumn^>^ get(); }
Property Value
Type: array<System.Data::DataColumn^>^An array of DataColumn objects that are the parent columns of the constraint.
.NET Framework
Available since 1.1
Available since 1.1
Show: