ICSharpHelper.Lambda メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
プロパティ名。
戻り値
ラムダ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework