Jaa


ODataParameterWriter.CreateCollectionWriter(String) Method

Definition

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

public abstract Microsoft.OData.ODataCollectionWriter CreateCollectionWriter (string parameterName);
abstract member CreateCollectionWriter : string -> Microsoft.OData.ODataCollectionWriter
Public MustOverride Function CreateCollectionWriter (parameterName As String) As ODataCollectionWriter

Parameters

parameterName
String

The name of the collection parameter to write.

Returns

The newly created ODataCollectionWriter.

Applies to