Partager via


Méthode ExtensionMethods.FindProperty (IEdmRecordExpression, String)

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

Espace de noms :  Microsoft.Data.Edm
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
<ExtensionAttribute> _
Public Shared Function FindProperty ( _
    expression As IEdmRecordExpression, _
    name As String _
) As IEdmPropertyConstructor
'Utilisation
Dim expression As IEdmRecordExpression
Dim name As String
Dim returnValue As IEdmPropertyConstructor

returnValue = expression.FindProperty(name)
public static IEdmPropertyConstructor FindProperty(
    this IEdmRecordExpression expression,
    string name
)
[ExtensionAttribute]
public:
static IEdmPropertyConstructor^ FindProperty(
    IEdmRecordExpression^ expression, 
    String^ name
)
static member FindProperty : 
        expression:IEdmRecordExpression * 
        name:string -> IEdmPropertyConstructor 
public static function FindProperty(
    expression : IEdmRecordExpression, 
    name : String
) : IEdmPropertyConstructor

Paramètres

  • name
    Type : System.String
    Nom de la propriété à rechercher.

Valeur de retour

Type : Microsoft.Data.Edm.Expressions.IEdmPropertyConstructor
Propriété, si elle est trouvée, sinon valeur nulle.

Remarque relative à l'utilisation

En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type IEdmRecordExpression. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=vs.103) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=vs.103).

Voir aussi

Référence

ExtensionMethods Classe

Surcharge FindProperty

Espace de noms Microsoft.Data.Edm