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 | |
---|---|---|
ODataParameterWriter | Initializes a new instance of the ODataParameterWriter class. |
Top
Methods
Name | Description | |
---|---|---|
CreateCollectionWriter | Creates an ODataCollectionWriter to write the value of a collection parameter. | |
CreateCollectionWriterAsync | Asynchronously creates an ODataCollectionWriter to write the value of a collection parameter. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Flush | Flushes the write buffer to the underlying stream. | |
FlushAsync | Asynchronously flushes the write buffer to the underlying stream. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WriteEnd | Finish writing a parameter payload. | |
WriteEndAsync | Asynchronously finish writing a parameter payload. | |
WriteStart | Start writing a parameter payload. | |
WriteStartAsync | Asynchronously start writing a parameter payload. | |
WriteValue | Start writing a value parameter. | |
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.