EDM databinding using BindingSource?

E

Edward

Does EMD support design time databinding, except edmx designer itself?

For example, I can add SQL Server data source from Data Sources pane and
then drag&drop to a Form to let IDE automatically create controls for me.

How can I do this with EDM?
 
W

William Stacey

Create your Datasource(s) from your emd entity *objects. The datasources
defines the "shape" of your data.
Then fill your Bindingsource(s) via code as normal (i.e. linq, etc)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top