共用方式為


RuntimeDbFunction.IReadOnlyDbFunction.Translation 屬性

定義

取得用於將方法呼叫自訂轉譯為 SQL 運算式片段的翻譯回呼。

Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>? Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.Translation { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.Translation : Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>
 ReadOnly Property Translation As Func(Of IReadOnlyList(Of SqlExpression), SqlExpression) Implements IReadOnlyDbFunction.Translation

屬性值

實作

屬性

適用於