ODataDeltaReader Class
Namespace: Microsoft.OData.Core
Assembly: Microsoft.OData.Core (in Microsoft.OData.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.OData.Core.ODataDeltaReader
Syntax
public abstract class ODataDeltaReader
public ref class ODataDeltaReader abstract
[<AbstractClass>]
type ODataDeltaReader = class end
Public MustInherit Class ODataDeltaReader
Constructors
Name | Description | |
---|---|---|
ODataDeltaReader() |
Properties
Name | Description | |
---|---|---|
Item | ||
State |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Read() | ||
ReadAsync() | ||
ToString() | (Inherited from Object.) |
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
Microsoft.OData.Core Namespace
Return to top