다음을 통해 공유


IDbFunction.Translation 속성

정의

메서드 호출을 SQL 식 조각으로 사용자 지정 변환을 수행하기 위한 번역 콜백을 가져옵니다.

public Func<System.Collections.Generic.IReadOnlyCollection<System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression> Translation { get; }
public Func<System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> Translation { get; }
member this.Translation : Func<System.Collections.Generic.IReadOnlyCollection<System.Linq.Expressions.Expression>, System.Linq.Expressions.Expression>
member this.Translation : Func<System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>
Public ReadOnly Property Translation As Func(Of IReadOnlyCollection(Of Expression), Expression)
Public ReadOnly Property Translation As Func(Of IReadOnlyCollection(Of SqlExpression), SqlExpression)

속성 값

적용 대상