StoredProceduresAsViews Parameter (Connect-OData Cmdlet)
A boolean value indicating whether stored procedures returning collections of entities should be treated as views.
Syntax
Connect-OData -StoredProceduresAsViews bool
Data Type
bool
Default Value
true
Remarks
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.