StoredProceduresAsViews
A boolean value indicating whether stored procedures returning collections of entities should be treated as views.
データ型
bool
デフォルト値
true
解説
When this property is set to true, stored procedures that return result sets can be exposed as entity sets in the service model. These entity sets will function as read-only views. Thus, operations such as INSERT, UPDATE, and DELETE are not supported because these are user-facing operations.