I am building an application in ASP.NET MVC 5 and using Dapper ORM.
I am actually stuck at the point.
I had made one view(* Not MVC View) in Oracle DB so as to reduce the query length in application. Now I want to use that View MVC Application to get the data.
DataAnnonations.Schema doesn't contain the definitions of View as it is for Table, Column etc.
like [Dapper.Table("TableName")]

Jimit BhattPosted Feb 9, 2016, 12:43 AM
Saineshwar BageriPosted Feb 8, 2016, 1:38 AM
Jimit BhattPosted Feb 8, 2016, 1:29 AM
Saineshwar BageriPosted Feb 8, 2016, 1:17 AM