Поделиться через


ICSharpHelper.Lambda Метод

Определение

Перегрузки

Lambda(IEnumerable<IProperty>, String)

Создает лямбда-выражение метода доступа к свойству.

Lambda(IReadOnlyList<String>, String)

Создает лямбда-выражение метода доступа к свойству.

Lambda(IReadOnlyList<String>)

Создает лямбда-выражение метода доступа к свойству.

Lambda(IEnumerable<IProperty>, String)

Создает лямбда-выражение метода доступа к свойству.

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

Параметры

properties
IEnumerable<IProperty>

Свойства.

lambdaIdentifier
String

Идентификатор, используемый для параметра в лямбда-выражении.

Возвращаемое значение

Лямбда.

Применяется к

Lambda(IReadOnlyList<String>, String)

Создает лямбда-выражение метода доступа к свойству.

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

Параметры

properties
IReadOnlyList<String>

Имена свойств.

lambdaIdentifier
String

Идентификатор, используемый для параметра в лямбда-выражении.

Возвращаемое значение

Лямбда.

Применяется к

Lambda(IReadOnlyList<String>)

Создает лямбда-выражение метода доступа к свойству.

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

Параметры

properties
IReadOnlyList<String>

Имена свойств.

Возвращаемое значение

Лямбда.

Применяется к