Quantcast
Viewing all articles
Browse latest Browse all 20

New Post: Usage without a database

Please forgive my ignorance, as I am not familiar with Entity Framework and its usage.

How exactly would I populate the entities?

As far as I can understand from the solution, the entity classes are generated based on a database schema or similar, defined in the edmx file? Doesn't this mean the generated classes are tied to a database implementation?

Would I have to implement my own SosEntities class hierarchy that mimics the functionality of the auto-generated classes in the solution (Renci.Ogc.WebService.Sos.SosEntities etc), and instead calls to the OPC assembly for each query?

Viewing all articles
Browse latest Browse all 20

Trending Articles