ODataParameterWriter.CreateCollectionWriterAsync(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.
Asynchronously creates an ODataCollectionWriter to write the value of a collection parameter.
public abstract System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter> CreateCollectionWriterAsync (string parameterName);
abstract member CreateCollectionWriterAsync : string -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter>
Public MustOverride Function CreateCollectionWriterAsync (parameterName As String) As Task(Of ODataCollectionWriter)
Parameters
- parameterName
- String
The name of the collection parameter to write.
Returns
The asynchronously created ODataCollectionWriter.