Share via


IMutableDbFunction.Translation Proprietà

Definizione

Ottiene o imposta il callback di traduzione per eseguire la conversione personalizzata della chiamata al metodo in un frammento di espressione 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)

Valore della proprietà

Si applica a