It looks like access to some databases is going to be restricted to views only in the future where I work. Is there a way to tell LLBL to see a view as an entity?
I am fairly new to LLBL and I see that I can build typed views that return a DataTable. But I really would not want to have to go through the DataTable and map the cells to properites on an Entity. I might as well be creating the DAL myself.
Is there anyway to make this work? I am a bit concerned about the non-ability to map directly to tables and work with the objects and EntityCollections.
Our applications are primarily web apps that I explained would be accessing the tables via a least privileged user, and the whole sql injection thing was talked about. The background of the folks here are report writers and non OOP thinking folks. So I have a difficult time getting objects and OR mapping through sometimes.
I need a good way to explain how accessing tables is not that bad, especially from an application using O/R mapping. Has anyone else had to face similar circumstances?
Thanks
Ren