'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
- The tables collection.
- foreighKeys
- The foreigh keys collection.