ODataParameterWriter.CreateCollectionWriter(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.