ODataInputContext.ReadPropertyAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.