Partager via


ODataMessageWriter.CreateODataDeltaWriter Méthode

Définition

Attention

Use CreateODataDeltaResourceSetWriter.

Crée un ODataDeltaWriter pour écrire une réponse delta.

[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

Paramètres

entitySet
IEdmEntitySetBase

Jeu d’entités pour lequel nous allons écrire des entités.

entityType
IEdmEntityType

Type d’entité pour les entrées dans le jeu de ressources à écrire (ou null si le type de base de l’ensemble d’entités doit être utilisé).

Retours

Le dispositif d’écriture créé.

Attributs

S’applique à