共用方式為


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 命名空間