ODataMessageWriter.CreateODataCollectionWriter 方法

创建 ODataCollectionWriter 以写入基元集合或复杂值(结果为服务操作调用)。

命名空间:  Microsoft.Data.OData
程序集:  Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)

语法

声明
Public Function CreateODataCollectionWriter As ODataCollectionWriter
用法
Dim instance As ODataMessageWriter
Dim returnValue As ODataCollectionWriter

returnValue = instance.CreateODataCollectionWriter()
public ODataCollectionWriter CreateODataCollectionWriter()
public:
ODataCollectionWriter^ CreateODataCollectionWriter()
member CreateODataCollectionWriter : unit -> ODataCollectionWriter 
public function CreateODataCollectionWriter() : ODataCollectionWriter

返回值

类型:Microsoft.Data.OData.ODataCollectionWriter
创建的集合编辑器。

请参阅

参考

ODataMessageWriter 类

Microsoft.Data.OData 命名空间