ICSharpHelper.Lambda 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.
Surcharges
Lambda(IEnumerable<IProperty>, String) |
Génère un accesseur de propriété lambda. |
Lambda(IReadOnlyList<String>, String) |
Génère un accesseur de propriété lambda. |
Lambda(IReadOnlyList<String>) |
Génère un accesseur de propriété lambda. |
Lambda(IEnumerable<IProperty>, String)
Génère un accesseur de propriété lambda.
public virtual string Lambda (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> properties, string lambdaIdentifier = default);
public virtual string Lambda (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> properties, string? lambdaIdentifier = default);
abstract member Lambda : seq<Microsoft.EntityFrameworkCore.Metadata.IProperty> * string -> string
override this.Lambda : seq<Microsoft.EntityFrameworkCore.Metadata.IProperty> * string -> string
Public Overridable Function Lambda (properties As IEnumerable(Of IProperty), Optional lambdaIdentifier As String = Nothing) As String
Paramètres
- properties
- IEnumerable<IProperty>
Propriétés.
- lambdaIdentifier
- String
Identificateur à utiliser pour le paramètre dans l’lambda.
Retours
Lambda.
S’applique à
Lambda(IReadOnlyList<String>, String)
Génère un accesseur de propriété lambda.
public string Lambda (System.Collections.Generic.IReadOnlyList<string> properties, string lambdaIdentifier = default);
public string Lambda (System.Collections.Generic.IReadOnlyList<string> properties, string? lambdaIdentifier = default);
abstract member Lambda : System.Collections.Generic.IReadOnlyList<string> * string -> string
Public Function Lambda (properties As IReadOnlyList(Of String), Optional lambdaIdentifier As String = Nothing) As String
Paramètres
- properties
- IReadOnlyList<String>
Nom des propriétés.
- lambdaIdentifier
- String
Identificateur à utiliser pour le paramètre dans l’lambda.
Retours
Lambda.
S’applique à
Lambda(IReadOnlyList<String>)
Génère un accesseur de propriété lambda.
public string Lambda (System.Collections.Generic.IReadOnlyList<string> properties);
abstract member Lambda : System.Collections.Generic.IReadOnlyList<string> -> string
Public Function Lambda (properties As IReadOnlyList(Of String)) As String
Paramètres
- properties
- IReadOnlyList<String>
Nom des propriétés.
Retours
Lambda.