[]
Gets the collection of foreign keys relationships defined in the schema.
public IItemCollection<ForeignKey> ForeignKeys { get; }
| Type | Description |
|---|---|
| IItemCollection<ForeignKey> | An IItemCollection<T> representing the foreign key relationships in the schema. |