ODataOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides programmatic configuration for the OData service.
public class ODataOptions
type ODataOptions = class
Public Class ODataOptions
- Inheritance
-
ODataOptions
Constructors
ODataOptions() |
Properties
CompatibilityOptions | |
EnableContinueOnErrorHeader |
Gets or Sets a value indicating if batch requests should continue on error. |
NullDynamicPropertyIsEnabled |
Gets or Sets a value indicating if value should be emitted for dynamic properties which are null. |
UrlKeyDelimiter |
Gets or Sets the ODataUrlKeyDelimiter to use while parsing, specifically whether to recognize keys as segments or not in DefaultODataPathHandler. |