ODataMessageWriter.CreateODataEntryWriter 方法

创建 ODataWriter 以写入条目。

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

语法

声明
Public Function CreateODataEntryWriter As ODataWriter
用法
Dim instance As ODataMessageWriter
Dim returnValue As ODataWriter

returnValue = instance.CreateODataEntryWriter()
public ODataWriter CreateODataEntryWriter()
public:
ODataWriter^ CreateODataEntryWriter()
member CreateODataEntryWriter : unit -> ODataWriter 
public function CreateODataEntryWriter() : ODataWriter

返回值

类型:Microsoft.Data.OData.ODataWriter
创建的编辑器。

请参阅

参考

ODataMessageWriter 类

Microsoft.Data.OData 命名空间