Differences

This shows you the differences between two versions of the page.

Link to this comparison view

easyquery:how-to:build-data-model-dynamically-datatable [2012/12/16 12:08]
korzh
easyquery:how-to:build-data-model-dynamically-datatable [2016/09/09 16:06] (current)
kate
Line 1: Line 1:
 +~~REDIRECT>https://korzh.com/easyquery/docs/how-to/Build-data-model-by-info-from-DataTable?~~
 ====== Building data model dynamically by information from DataTable ====== ====== Building data model dynamically by information from DataTable ======
 ''DataModel'' class has a special method ''FillByDataTable()'' which you can use to add a table, an entity and its attributes into your data model by some ''DataTable'' object. You can call it several times to add more tables and entities. After that you will possibly need to add links between tables. ''DataModel'' class has a special method ''FillByDataTable()'' which you can use to add a table, an entity and its attributes into your data model by some ''DataTable'' object. You can call it several times to add more tables and entities. After that you will possibly need to add links between tables.