ODataCollectionWriter.WriteStart(ODataCollectionStart) 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.
Start writing a collection.
public abstract void WriteStart (Microsoft.OData.ODataCollectionStart collectionStart);
abstract member WriteStart : Microsoft.OData.ODataCollectionStart -> unit
Public MustOverride Sub WriteStart (collectionStart As ODataCollectionStart)
Parameters
- collectionStart
- ODataCollectionStart
The ODataCollectionStart representing the collection.