エントリを読み取る ODataReader を作成します。
名前空間: Microsoft.Data.OData
アセンブリ: Microsoft.Data.OData (Microsoft.Data.OData.dll)
構文
'宣言
Public Function CreateODataEntryReader As ODataReader
'使用
Dim instance As ODataMessageReader
Dim returnValue As ODataReader
returnValue = instance.CreateODataEntryReader()
public ODataReader CreateODataEntryReader()
public:
ODataReader^ CreateODataEntryReader()
member CreateODataEntryReader : unit -> ODataReader
public function CreateODataEntryReader() : ODataReader
戻り値
型: Microsoft.Data.OData.ODataReader
作成されたリーダー。