Share via


ODataParameterWriter.CreateCollectionWriter Method (String)

 

Creates an ODataCollectionWriter to write the value of a collection parameter.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public abstract ODataCollectionWriter CreateCollectionWriter(
    string parameterName
)
public:
virtual ODataCollectionWriter^ CreateCollectionWriter(
    String^ parameterName
) abstract
abstract CreateCollectionWriter : 
        parameterName:string -> ODataCollectionWriter
Public MustOverride Function CreateCollectionWriter (
    parameterName As String
) As ODataCollectionWriter

Parameters

  • parameterName
    Type: System.String

    The name of the collection parameter to write.

Return Value

Type: Microsoft.OData.Core.ODataCollectionWriter

The newly created ODataCollectionWriter.

See Also

ODataParameterWriter Class
Microsoft.OData.Core Namespace

Return to top