private void InitForeignKeys(ISchemaReader meta) { foreach (DataRow row in meta.GetForeignKeys(schema, name).Rows) { AddForeignKey(row, meta); } }