How to create MetaTable from Entity Framework table or context? I am using code-first.
This is intended for use with some DynamicData methods
How to create MetaTable from Entity Framework table or context? I am using code-first.
This is intended for use with some DynamicData methods
Copyright © 2021 Jogjafile Inc.
Theres a few parts to this one:
On startup, make sure to register the dynamic data provider in global.asax
Global.asax.cs / other
App.cs ( a static class I use to store permanent references )
where you need it
then you can do things like
and the form will have all user controls like its in a normal dynamic data website