Partager via


ODataMessageWriter.CreateODataCollectionWriter Méthode

Définition

Surcharges

CreateODataCollectionWriter()

Crée un ODataCollectionWriter pour écrire une collection de valeurs primitives ou complexes (à la suite d’un appel d’opération de service).

CreateODataCollectionWriter(IEdmTypeReference)

Crée un ODataCollectionWriter pour écrire une collection de valeurs primitives, enum ou complexes (à la suite d’un appel d’opération de service).

CreateODataCollectionWriter()

Crée un ODataCollectionWriter pour écrire une collection de valeurs primitives ou complexes (à la suite d’un appel d’opération de service).

public Microsoft.OData.ODataCollectionWriter CreateODataCollectionWriter ();
member this.CreateODataCollectionWriter : unit -> Microsoft.OData.ODataCollectionWriter
Public Function CreateODataCollectionWriter () As ODataCollectionWriter

Retours

Le dispositif d’écriture de collections créé.

S’applique à

CreateODataCollectionWriter(IEdmTypeReference)

Crée un ODataCollectionWriter pour écrire une collection de valeurs primitives, enum ou complexes (à la suite d’un appel d’opération de service).

public Microsoft.OData.ODataCollectionWriter CreateODataCollectionWriter (Microsoft.OData.Edm.IEdmTypeReference itemTypeReference);
member this.CreateODataCollectionWriter : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.ODataCollectionWriter
Public Function CreateODataCollectionWriter (itemTypeReference As IEdmTypeReference) As ODataCollectionWriter

Paramètres

itemTypeReference
IEdmTypeReference

Type d’élément de la collection en cours d’écriture ou null si aucune métadonnées n’est disponible.

Retours

Le dispositif d’écriture de collections créé.

S’applique à