ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)>..::..ParentColumns Property
Gets the columns in the parent table. This will usually be the primary key(s).
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public ColumnMetadataCollection<TDbType> ParentColumns { get; }
Public ReadOnly Property ParentColumns As ColumnMetadataCollection(Of TDbType) Get
public: property ColumnMetadataCollection<TDbType>^ ParentColumns { ColumnMetadataCollection<TDbType>^ get (); }