Share via


ODataMessageWriter.CreateODataUriParameterResourceWriter Method

Definition

Creates an ODataWriter to write a Uri operation parameter.

public Microsoft.OData.ODataWriter CreateODataUriParameterResourceWriter (Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.Edm.IEdmStructuredType resourceType);
member this.CreateODataUriParameterResourceWriter : Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.Edm.IEdmStructuredType -> Microsoft.OData.ODataWriter
Public Function CreateODataUriParameterResourceWriter (navigationSource As IEdmNavigationSource, resourceType As IEdmStructuredType) As ODataWriter

Parameters

navigationSource
IEdmNavigationSource

The navigation source we are going to write resource for.

resourceType
IEdmStructuredType

The structured type for the resources in the resource set to be written.

Returns

The created uri parameter writer.

Applies to