IConventionDbFunction.SetTranslation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetTranslation(Func<IReadOnlyCollection<SqlExpression>,SqlExpression>, Boolean) |
Legt den Übersetzungsrückruf für die benutzerdefinierte Übersetzung des Methodenaufrufs in ein SQL-Ausdrucksfragment fest. |
SetTranslation(Func<IReadOnlyList<SqlExpression>,SqlExpression>, Boolean) |
Legt den Übersetzungsrückruf für die benutzerdefinierte Übersetzung des Methodenaufrufs in ein SQL-Ausdrucksfragment fest. |
SetTranslation(Func<IReadOnlyCollection<SqlExpression>,SqlExpression>, Boolean)
Legt den Übersetzungsrückruf für die benutzerdefinierte Übersetzung des Methodenaufrufs in ein SQL-Ausdrucksfragment fest.
public void SetTranslation (Func<System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> translation, bool fromDataAnnotation = false);
public Func<System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> SetTranslation (Func<System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> translation, bool fromDataAnnotation = false);
abstract member SetTranslation : Func<System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> * bool -> unit
abstract member SetTranslation : Func<System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> * bool -> Func<System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>
Public Sub SetTranslation (translation As Func(Of IReadOnlyCollection(Of SqlExpression), SqlExpression), Optional fromDataAnnotation As Boolean = false)
Public Function SetTranslation (translation As Func(Of IReadOnlyCollection(Of SqlExpression), SqlExpression), Optional fromDataAnnotation As Boolean = false) As Func(Of IReadOnlyCollection(Of SqlExpression), SqlExpression)
Parameter
- translation
- Func<IReadOnlyCollection<SqlExpression>,SqlExpression>
Der Übersetzungsrückruf zum Ausführen einer benutzerdefinierten Übersetzung des Methodenaufrufs in ein SQL-Ausdrucksfragment.
- fromDataAnnotation
- Boolean
Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.
Gibt zurück
Der konfigurierte Wert.
Gilt für:
SetTranslation(Func<IReadOnlyList<SqlExpression>,SqlExpression>, Boolean)
- Quelle:
- IConventionDbFunction.cs
- Quelle:
- IConventionDbFunction.cs
- Quelle:
- IConventionDbFunction.cs
Legt den Übersetzungsrückruf für die benutzerdefinierte Übersetzung des Methodenaufrufs in ein SQL-Ausdrucksfragment fest.
public Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>? SetTranslation (Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>? translation, bool fromDataAnnotation = false);
abstract member SetTranslation : Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> * bool -> Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>
Public Function SetTranslation (translation As Func(Of IReadOnlyList(Of SqlExpression), SqlExpression), Optional fromDataAnnotation As Boolean = false) As Func(Of IReadOnlyList(Of SqlExpression), SqlExpression)
Parameter
- translation
- Func<IReadOnlyList<SqlExpression>,SqlExpression>
Der Übersetzungsrückruf zum Ausführen einer benutzerdefinierten Übersetzung des Methodenaufrufs in ein SQL-Ausdrucksfragment.
- fromDataAnnotation
- Boolean
Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.
Gibt zurück
Der konfigurierte Wert.
Gilt für:
Entity Framework