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