Udostępnij za pośrednictwem


ICSharpHelper.Lambda Metoda

Definicja

Przeciążenia

Lambda(IEnumerable<IProperty>, String)

Generuje metodę dostępu do właściwości lambda.

Lambda(IReadOnlyList<String>, String)

Generuje metodę dostępu do właściwości lambda.

Lambda(IReadOnlyList<String>)

Generuje metodę dostępu do właściwości lambda.

Lambda(IEnumerable<IProperty>, String)

Generuje metodę dostępu do właściwości 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

Parametry

properties
IEnumerable<IProperty>

Właściwości.

lambdaIdentifier
String

Identyfikator do użycia dla parametru w lambda.

Zwraca

Lambda.

Dotyczy

Lambda(IReadOnlyList<String>, String)

Generuje metodę dostępu do właściwości 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

Parametry

properties
IReadOnlyList<String>

Nazwy właściwości.

lambdaIdentifier
String

Identyfikator do użycia dla parametru w lambda.

Zwraca

Lambda.

Dotyczy

Lambda(IReadOnlyList<String>)

Generuje metodę dostępu do właściwości 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

Parametry

properties
IReadOnlyList<String>

Nazwy właściwości.

Zwraca

Lambda.

Dotyczy