Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an ODataReader to read a feed.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function CreateODataFeedReader ( _
expectedBaseEntityType As IEdmEntityType _
) As ODataReader
'Usage
Dim instance As ODataMessageReader
Dim expectedBaseEntityType As IEdmEntityType
Dim returnValue As ODataReader
returnValue = instance.CreateODataFeedReader(expectedBaseEntityType)
public ODataReader CreateODataFeedReader(
IEdmEntityType expectedBaseEntityType
)
public:
ODataReader^ CreateODataFeedReader(
IEdmEntityType^ expectedBaseEntityType
)
member CreateODataFeedReader :
expectedBaseEntityType:IEdmEntityType -> ODataReader
public function CreateODataFeedReader(
expectedBaseEntityType : IEdmEntityType
) : ODataReader
Parameters
- expectedBaseEntityType
Type: Microsoft.Data.Edm.IEdmEntityType
The expected base resource type for the entities in the feed.
Return Value
Type: Microsoft.Data.OData.ODataReader
The created reader.