ODataSimplifiedOptions.EnableReadingODataAnnotationWithoutPrefix Property
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.
True if can read reserved annotation name without prefix 'odata.', otherwise false. The default value is false for OData 4.0 and true for OData 4.01. The option is applied during deserialization.
public bool EnableReadingODataAnnotationWithoutPrefix { get; set; }
member this.EnableReadingODataAnnotationWithoutPrefix : bool with get, set
Public Property EnableReadingODataAnnotationWithoutPrefix As Boolean