Share via


ODataMessageWriter.CreateODataDeltaWriter Method

Definition

Caution

Use CreateODataDeltaResourceSetWriter.

Creates an ODataDeltaWriter to write a delta response.

[System.Obsolete("Use CreateODataDeltaResourceSetWriter.", false)]
public Microsoft.OData.ODataDeltaWriter CreateODataDeltaWriter (Microsoft.OData.Edm.IEdmEntitySetBase entitySet, Microsoft.OData.Edm.IEdmEntityType entityType);
[<System.Obsolete("Use CreateODataDeltaResourceSetWriter.", false)>]
member this.CreateODataDeltaWriter : Microsoft.OData.Edm.IEdmEntitySetBase * Microsoft.OData.Edm.IEdmEntityType -> Microsoft.OData.ODataDeltaWriter
Public Function CreateODataDeltaWriter (entitySet As IEdmEntitySetBase, entityType As IEdmEntityType) As ODataDeltaWriter

Parameters

entitySet
IEdmEntitySetBase

The entity set we are going to write entities for.

entityType
IEdmEntityType

The entity type for the entries in the resource set to be written (or null if the entity set base type should be used).

Returns

The created writer.

Attributes

Applies to