Partager via


ExtensionMethods.FindProperty Méthode

Définition

Surcharges

FindProperty(IEdmStructuredTypeReference, String)

Recherche une propriété à partir de la définition de cette référence.

FindProperty(IEdmRecordExpression, String)

Recherche une propriété d'une expression d'enregistrement.

FindProperty(IEdmStructuredTypeReference, String)

Recherche une propriété à partir de la définition de cette référence.

public static Microsoft.OData.Edm.IEdmProperty FindProperty (this Microsoft.OData.Edm.IEdmStructuredTypeReference type, string name);
static member FindProperty : Microsoft.OData.Edm.IEdmStructuredTypeReference * string -> Microsoft.OData.Edm.IEdmProperty
<Extension()>
Public Function FindProperty (type As IEdmStructuredTypeReference, name As String) As IEdmProperty

Paramètres

type
IEdmStructuredTypeReference

Référence à l'objet appelant.

name
String

Nom de la propriété à rechercher.

Retours

Propriété demandée si elle existe. Sinon, valeur Null.

S’applique à

FindProperty(IEdmRecordExpression, String)

Recherche une propriété d'une expression d'enregistrement.

public static Microsoft.OData.Edm.Vocabularies.IEdmPropertyConstructor FindProperty (this Microsoft.OData.Edm.Vocabularies.IEdmRecordExpression expression, string name);
static member FindProperty : Microsoft.OData.Edm.Vocabularies.IEdmRecordExpression * string -> Microsoft.OData.Edm.Vocabularies.IEdmPropertyConstructor
<Extension()>
Public Function FindProperty (expression As IEdmRecordExpression, name As String) As IEdmPropertyConstructor

Paramètres

expression
IEdmRecordExpression

Expression d'enregistrement.

name
String

Nom de la propriété à rechercher.

Retours

Propriété, si elle est trouvée, sinon valeur nulle.

S’applique à