ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)>..::..ChildColumns Property
Gets the columns in the child table.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public ColumnMetadataCollection<TDbType> ChildColumns { get; }
Public ReadOnly Property ChildColumns As ColumnMetadataCollection(Of TDbType) Get
public: property ColumnMetadataCollection<TDbType>^ ChildColumns { ColumnMetadataCollection<TDbType>^ get (); }