次の方法で共有


IMutableDbFunction.Translation プロパティ

定義

SQL 式フラグメントへのメソッド呼び出しのカスタム変換を実行するための変換コールバックを取得または設定します。

public Func<System.Collections.Generic.IReadOnlyCollection<System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression> Translation { get; set; }
public Func<System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> Translation { get; set; }
public Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>? Translation { get; set; }
member this.Translation : Func<System.Collections.Generic.IReadOnlyCollection<System.Linq.Expressions.Expression>, System.Linq.Expressions.Expression> with get, set
member this.Translation : Func<System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> with get, set
member this.Translation : Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> with get, set
Public Property Translation As Func(Of IReadOnlyCollection(Of Expression), Expression)
Public Property Translation As Func(Of IReadOnlyCollection(Of SqlExpression), SqlExpression)
Public Property Translation As Func(Of IReadOnlyList(Of SqlExpression), SqlExpression)

プロパティ値

適用対象