If I create a SQL view and write a model to represent that view I will still want it to map up to be able to read data from the SQL view. The Add-Migration code will see this as a new table because entity framework (version 6) doesn't understand views.
Is there an attribute that I could assign that would prevent migration code from thinking its a new table it needs to create or something in the model builder?