IReadOnlyDbFunction.Translation Property

Definition

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

public Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>? Translation { get; }
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

Applies to