创建 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
创建的读取器。