MSSQL View

How can I connect to MSSQL database Views?

You can map views just the way you map tables. Use the name of the view in the Table attribute and use it normally. Of course, you would not be able to update data using those entities, just read data.

More references: