IMutableDbFunction.Translation Property

Definition

Gets or sets the translation callback for performing custom translation of the method call into a SQL expression fragment.

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)

Property Value

Applies to