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 an entry.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function CreateODataEntryReader ( _
expectedEntityType As IEdmEntityType _
) As ODataReader
'Usage
Dim instance As ODataMessageReader
Dim expectedEntityType As IEdmEntityType
Dim returnValue As ODataReader
returnValue = instance.CreateODataEntryReader(expectedEntityType)
public ODataReader CreateODataEntryReader(
IEdmEntityType expectedEntityType
)
public:
ODataReader^ CreateODataEntryReader(
IEdmEntityType^ expectedEntityType
)
member CreateODataEntryReader :
expectedEntityType:IEdmEntityType -> ODataReader
public function CreateODataEntryReader(
expectedEntityType : IEdmEntityType
) : ODataReader
Parameters
- expectedEntityType
Type: Microsoft.Data.Edm.IEdmEntityType
Return Value
Type: Microsoft.Data.OData.ODataReader
The created reader.