[]
Gets the collection of destination columns in the destination table that are referenced by the foreign key.
public IItemCollection<Column> DestinationColumns { get; }
Type | Description |
---|---|
IItemCollection<Column> | An IItemCollection<T> representing the destination columns. |