ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)>..::..ReferencedColumns Property
Gets the columns in the referenced 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> ReferencedColumns { get; }
Public ReadOnly Property ReferencedColumns As ColumnMetadataCollection(Of TDbType) Get
public: property ColumnMetadataCollection<TDbType>^ ReferencedColumns { ColumnMetadataCollection<TDbType>^ get (); }

