'宣言
Public Function New( _ ByVal tables As IEnumerable(Of Table), _ ByVal foreighKeys As IEnumerable(Of ForeignKey) _ )
public DataSchema( IEnumerable<Table> tables, IEnumerable<ForeignKey> foreighKeys )
パラメータ
- tables
- テーブルコレクション。
- foreighKeys
- >外部キーのコレクション。