Aracılığıyla paylaş


IMutableDbFunction.Translation Özellik

Tanım

Yöntem çağrısının özel çevirisini gerçekleştirmek için çeviri geri çağırmasını bir SQL ifade parçasına alır veya ayarlar.

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)

Özellik Değeri

Şunlara uygulanır