ODataInputContext.ReadProperty 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 la proprietà strutturale EDM dall'input e restituire un ODataProperty oggetto che rappresenta la proprietà di lettura.
public virtual Microsoft.OData.ODataProperty ReadProperty (Microsoft.OData.Edm.IEdmStructuralProperty edmStructuralProperty, Microsoft.OData.Edm.IEdmTypeReference expectedPropertyTypeReference);
abstract member ReadProperty : Microsoft.OData.Edm.IEdmStructuralProperty * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.ODataProperty
override this.ReadProperty : Microsoft.OData.Edm.IEdmStructuralProperty * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.ODataProperty
Public Overridable Function ReadProperty (edmStructuralProperty As IEdmStructuralProperty, expectedPropertyTypeReference As IEdmTypeReference) As ODataProperty
Parametri
- edmStructuralProperty
- IEdmStructuralProperty
Oggetto IEdmProperty che produce la proprietà da leggere.
- expectedPropertyTypeReference
- IEdmTypeReference
Riferimento al tipo previsto della proprietà da leggere.
Restituisce
Oggetto ODataProperty che rappresenta la proprietà di lettura.