ADO.NET Provider for OData

Build 25.0.9434

StoredProceduresAsViews

A boolean value indicating whether stored procedures returning collections of entities should be treated as views.

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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434