Share via


ODataInputContext.CreateEntryReaderAsync Method (IEdmNavigationSource, IEdmEntityType)

 

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public virtual Task<ODataReader> CreateEntryReaderAsync(
    IEdmNavigationSource navigationSource,
    IEdmEntityType expectedEntityType
)
public:
virtual Task<ODataReader^>^ CreateEntryReaderAsync(
    IEdmNavigationSource^ navigationSource,
    IEdmEntityType^ expectedEntityType
)
abstract CreateEntryReaderAsync : 
        navigationSource:IEdmNavigationSource *
        expectedEntityType:IEdmEntityType -> Task<ODataReader>
override CreateEntryReaderAsync : 
        navigationSource:IEdmNavigationSource *
        expectedEntityType:IEdmEntityType -> Task<ODataReader>
Public Overridable Function CreateEntryReaderAsync (
    navigationSource As IEdmNavigationSource,
    expectedEntityType As IEdmEntityType
) As Task(Of ODataReader)

Parameters

Return Value

Type: System.Threading.Tasks.Task<ODataReader>

See Also

ODataInputContext Class
Microsoft.OData.Core Namespace

Return to top