c# - Data binding question -


I have a database with 3 tables using a table to add two other tables (many-to-many relations) Is done for. I know how to use binding to seal some C # control on the table, but now I do not know how to tie the "middle" table into some control and show the data from both tables. Therefore, if the table A line from 1 relates to table 3 to 4, so is there a way to show that under some control using simple binding?

itemprop = "text">

This is an excellent time to use a 'visual model' basically a visual model There is a 'middle layer' class that has some idea of ​​the 'flow' of your application. This visual model will expose three observational compilations and you will tell about these three collections.

To associate the three collections in the underlying database tables, there must be logic inside your visual model class.



Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -