ODataPrimitiveValue(Object) Constructor
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.
Creates a new primitive value from the given CLR value.
public ODataPrimitiveValue (object value);
new Microsoft.OData.ODataPrimitiveValue : obj -> Microsoft.OData.ODataPrimitiveValue
Public Sub New (value As Object)
Parameters
- value
- Object
The primitive to wrap.
Remarks
The primitive value should not be an instance of ODataValue.