エントリを書き込む 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
作成されたライター。