[]
Initializes a new instance of the DataSchema class.
public DataSchema(IEnumerable<Table> tables, IEnumerable<ForeignKey> foreighKeys)
Type | Name | Description |
---|---|---|
IEnumerable<Table> | tables | A collection of the Table representing the tables of the data schema. |
IEnumerable<ForeignKey> | foreighKeys | A collection of the ForeignKey representing the relationship between tables. |
Type | Condition |
---|---|
ArgumentNullException | Thrown if |