ICSharpHelper.Lambda Yöntem

Tanım

Aşırı Yüklemeler

Lambda(IEnumerable<IProperty>, String)

Bir özellik erişimcisi lambda oluşturur.

Lambda(IReadOnlyList<String>, String)

Bir özellik erişimcisi lambda oluşturur.

Lambda(IReadOnlyList<String>)

Bir özellik erişimcisi lambda oluşturur.

Lambda(IEnumerable<IProperty>, String)

Bir özellik erişimcisi lambda oluşturur.

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

Parametreler

properties
IEnumerable<IProperty>

Özellikler.

lambdaIdentifier
String

Lambda parametresi için kullanılacak tanımlayıcı.

Döndürülenler

Lambda.

Şunlara uygulanır

Lambda(IReadOnlyList<String>, String)

Bir özellik erişimcisi lambda oluşturur.

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

Parametreler

properties
IReadOnlyList<String>

Özellik adları.

lambdaIdentifier
String

Lambda parametresi için kullanılacak tanımlayıcı.

Döndürülenler

Lambda.

Şunlara uygulanır

Lambda(IReadOnlyList<String>)

Bir özellik erişimcisi lambda oluşturur.

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

Parametreler

properties
IReadOnlyList<String>

Özellik adları.

Döndürülenler

Lambda.

Şunlara uygulanır