ODataInputContext.ReadPropertyAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lisez de manière asynchrone la propriété structurelle EDM à partir de l’entrée et retournez un ODataProperty représentant la propriété read.
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)
Paramètres
- edmStructuralProperty
- IEdmStructuralProperty
Produisant IEdmProperty la propriété à lire.
- expectedPropertyTypeReference
- IEdmTypeReference
Référence de type attendue de la propriété à lire.
Retours
Tâche qui, une fois terminée, retourne un ODataProperty représentant la propriété read.