hi all! noobie here, using vs 2013 community edition build inventory control application , using entity framework 5.0. have used database first approach create above model.
if describe model have user table have used save login information. , there 3 tables customers, transactions , products. transaction table has foreign key relationship customer table map customerid transaction. , have table called transprods stores information of items being sold transaction. consists of 2 columns both foreign keys transaction_id , product_id. how ever particular table isn't getting generated in diagram , doesn't generate code. cause this?! in model browser see transprod inside table directory. doing wrong here appreciated. , database mysql.
this "by design"
when have table contains foreign keys 2 other tables, show in model many-to-many relationship between these 2 other tables.
if add field connector table, example created date, show in model separate table.
Comments
Post a Comment