ODataWriter.WritePrimitive(ODataPrimitiveValue) Method
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.
Writes a primitive value within an untyped collection.
public virtual void WritePrimitive (Microsoft.OData.ODataPrimitiveValue primitiveValue);
abstract member WritePrimitive : Microsoft.OData.ODataPrimitiveValue -> unit
override this.WritePrimitive : Microsoft.OData.ODataPrimitiveValue -> unit
Public Overridable Sub WritePrimitive (primitiveValue As ODataPrimitiveValue)
Parameters
- primitiveValue
- ODataPrimitiveValue
The primitive value to write.