Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.OData.Core
Assembly: Microsoft.OData.Core (in Microsoft.OData.Core.dll)
Syntax
public Task<ODataDeltaReader> CreateODataDeltaReaderAsync(
IEdmEntitySetBase entitySet,
IEdmEntityType expectedBaseEntityType
)
public:
Task<ODataDeltaReader^>^ CreateODataDeltaReaderAsync(
IEdmEntitySetBase^ entitySet,
IEdmEntityType^ expectedBaseEntityType
)
member CreateODataDeltaReaderAsync :
entitySet:IEdmEntitySetBase *
expectedBaseEntityType:IEdmEntityType -> Task<ODataDeltaReader>
Public Function CreateODataDeltaReaderAsync (
entitySet As IEdmEntitySetBase,
expectedBaseEntityType As IEdmEntityType
) As Task(Of ODataDeltaReader)
Parameters
- entitySet
Type: Microsoft.OData.Edm.IEdmEntitySetBase
- expectedBaseEntityType
Type: Microsoft.OData.Edm.IEdmEntityType
Return Value
Type: System.Threading.Tasks.Task<ODataDeltaReader>
See Also
ODataMessageReader Class
Microsoft.OData.Core Namespace
Return to top