Posted 7 November 2017, 2:35 pm EST
Hi!
When the c1TrueDBGrid1.Datasource = c1DataSource1 and the c1TrueDBGrid1.DataMember = “Customers”
1] What is the quickest way to get an EntityFrameWork Entity from a c1TrueDBGrid1.DataSource while looping through each row in the Grid?
2] What is the quickest way to get an EntityFrameWork Collection from a c1TrueDBGrid1.DataSource?
3] What is the quickest way to get an EntityFrameWork Entity from a c1DataSource1?
4] What is the quickest way to get an EntityFrameWork Collection from a c1DataSource1?
Thanks