'Declaration Public Function New( _ ByVal tables As IEnumerable(Of Table), _ ByVal foreighKeys As IEnumerable(Of ForeignKey) _ )
public DataSchema( IEnumerable<Table> tables, IEnumerable<ForeignKey> foreighKeys )
Parameters
- tables
- A collection of the Table representing the tables of the data schema.
- foreighKeys
- A collection of the ForeignKey representing the relationship between tables.