Condividi tramite


ODataInputContext.ReadPropertyAsync Metodo

Definizione

Leggere in modo asincrono la proprietà strutturale EDM dall'input e restituire un oggetto ODataProperty che rappresenta la proprietà di lettura.

public virtual System.Threading.Tasks.Task<Microsoft.OData.ODataProperty> ReadPropertyAsync (Microsoft.OData.Edm.IEdmStructuralProperty edmStructuralProperty, Microsoft.OData.Edm.IEdmTypeReference expectedPropertyTypeReference);
abstract member ReadPropertyAsync : Microsoft.OData.Edm.IEdmStructuralProperty * Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataProperty>
override this.ReadPropertyAsync : Microsoft.OData.Edm.IEdmStructuralProperty * Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataProperty>
Public Overridable Function ReadPropertyAsync (edmStructuralProperty As IEdmStructuralProperty, expectedPropertyTypeReference As IEdmTypeReference) As Task(Of ODataProperty)

Parametri

edmStructuralProperty
IEdmStructuralProperty

Oggetto IEdmProperty che produce la proprietà da leggere.

expectedPropertyTypeReference
IEdmTypeReference

Riferimento al tipo previsto della proprietà da leggere.

Restituisce

Attività che, al termine, restituisce un oggetto ODataProperty che rappresenta la proprietà di lettura.

Si applica a