Share via


IReadOnlyDbFunction.Translation Property

Definition

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

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1, 1 })]
public Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>? Translation { get; }
public Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>? Translation { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1, 1 })>]
member this.Translation : Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>
member this.Translation : Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>
Public ReadOnly Property Translation As Func(Of IReadOnlyList(Of SqlExpression), SqlExpression)

Property Value

Attributes

Applies to