[]
Initializes a new instance of the DataSchema class.
public DataSchema(IEnumerable<Table> tables, IEnumerable<ForeignKey> foreighKeys)
| Type | Name | Description |
|---|---|---|
| IEnumerable<Table> | tables | The tables collection. |
| IEnumerable<ForeignKey> | foreighKeys | The foreigh keys collection. |