Condividi tramite


ODataInputContext.ReadProperty Metodo

Definizione

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.

Si applica a