ODataPrimitiveValue 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.
Represents a primitive property value.
public sealed class ODataPrimitiveValue : Microsoft.OData.ODataValue
type ODataPrimitiveValue = class
inherit ODataValue
Public NotInheritable Class ODataPrimitiveValue
Inherits ODataValue
- Inheritance
Constructors
ODataPrimitiveValue(Object) |
Creates a new primitive value from the given CLR value. |
Properties
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |
Value |
Gets the underlying CLR object wrapped by this ODataPrimitiveValue. |