ODataMessageReader.CreateODataUriParameterResourceReader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an ODataReader to read a resource in a Uri operation parameter.
public Microsoft.OData.ODataReader CreateODataUriParameterResourceReader (Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.Edm.IEdmStructuredType expectedResourceType);
member this.CreateODataUriParameterResourceReader : Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.Edm.IEdmStructuredType -> Microsoft.OData.ODataReader
Public Function CreateODataUriParameterResourceReader (navigationSource As IEdmNavigationSource, expectedResourceType As IEdmStructuredType) As ODataReader
Parameters
- navigationSource
- IEdmNavigationSource
The navigation source we are going to read resources for.
- expectedResourceType
- IEdmStructuredType
The expected resource type for the resource to be read.
Returns
The created reader.