Partager via


ExpressionPrinter.Append Méthode

Définition

Surcharges

Append(Object)
Append(String)

Ajoute la chaîne donnée à la sortie actuelle en cours de génération.

Append(Object)

public virtual Microsoft.EntityFrameworkCore.Query.ExpressionPrinter Append (object o);
abstract member Append : obj -> Microsoft.EntityFrameworkCore.Query.ExpressionPrinter
override this.Append : obj -> Microsoft.EntityFrameworkCore.Query.ExpressionPrinter
Public Overridable Function Append (o As Object) As ExpressionPrinter

Paramètres

o
Object

Retours

S’applique à

Append(String)

Ajoute la chaîne donnée à la sortie actuelle en cours de génération.

public virtual Microsoft.EntityFrameworkCore.Query.ExpressionPrinter Append (string value);
abstract member Append : string -> Microsoft.EntityFrameworkCore.Query.ExpressionPrinter
override this.Append : string -> Microsoft.EntityFrameworkCore.Query.ExpressionPrinter
Public Overridable Function Append (value As String) As ExpressionPrinter

Paramètres

value
String

Chaîne à ajouter.

Retours

Cette imprimante permet de chaîner des appels supplémentaires.

S’applique à