ODataParameterWriter Class

Base class for OData collection writers.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataParameterWriter

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public MustInherit Class ODataParameterWriter
'Usage
Dim instance As ODataParameterWriter
public abstract class ODataParameterWriter
public ref class ODataParameterWriter abstract
[<AbstractClassAttribute>]
type ODataParameterWriter =  class end
public abstract class ODataParameterWriter

The ODataParameterWriter type exposes the following members.

Constructors

  Name Description
Protected method ODataParameterWriter Initializes a new instance of the ODataParameterWriter class.

Top

Methods

  Name Description
Public method CreateCollectionWriter Creates an ODataCollectionWriter to write the value of a collection parameter.
Public method CreateCollectionWriterAsync Asynchronously creates an ODataCollectionWriter to write the value of a collection parameter.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Flush Flushes the write buffer to the underlying stream.
Public method FlushAsync Asynchronously flushes the write buffer to the underlying stream.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method WriteEnd Finish writing a parameter payload.
Public method WriteEndAsync Asynchronously finish writing a parameter payload.
Public method WriteStart Start writing a parameter payload.
Public method WriteStartAsync Asynchronously start writing a parameter payload.
Public method WriteValue Start writing a value parameter.
Public method WriteValueAsync Asynchronously start writing a value parameter.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.OData Namespace