We are using POCO class to call SQL view, but getting unexpected values in one of the column across the records. not seeing the issue when the same view executed in the SQL server.
I read that we can define a primary key / property reference in the edmx file ? but we done have edmx file as we use POCO file. in that case any workaround in POCO class ?
even using ADO .Net to call sql view works fine, not sure why we have issue when we use POCO class.
Appreciate your inputs.