Condividi tramite


ExpressionPrinter.AppendLine Metodo

Definizione

Overload

AppendLine()

Aggiunge una nuova riga all'output corrente in fase di compilazione.

AppendLine(Object)
AppendLine(String)

Aggiunge la stringa specificata e una nuova riga all'output corrente in fase di compilazione.

AppendLine()

Origine:
ExpressionPrinter.cs
Origine:
ExpressionPrinter.cs
Origine:
ExpressionPrinter.cs
Origine:
ExpressionPrinter.cs
Origine:
ExpressionPrinter.cs
Origine:
ExpressionPrinter.cs
Origine:
ExpressionPrinter.cs

Aggiunge una nuova riga all'output corrente in fase di compilazione.

public virtual Microsoft.EntityFrameworkCore.Query.ExpressionPrinter AppendLine ();
abstract member AppendLine : unit -> Microsoft.EntityFrameworkCore.Query.ExpressionPrinter
override this.AppendLine : unit -> Microsoft.EntityFrameworkCore.Query.ExpressionPrinter
Public Overridable Function AppendLine () As ExpressionPrinter

Restituisce

Questa stampante consente di concatenare le chiamate aggiuntive.

Si applica a

AppendLine(Object)

Origine:
ExpressionPrinter.cs
Origine:
ExpressionPrinter.cs
public virtual System.Linq.Expressions.ExpressionVisitor AppendLine (object o);
abstract member AppendLine : obj -> System.Linq.Expressions.ExpressionVisitor
override this.AppendLine : obj -> System.Linq.Expressions.ExpressionVisitor
Public Overridable Function AppendLine (o As Object) As ExpressionVisitor

Parametri

o
Object

Restituisce

Si applica a

AppendLine(String)

Origine:
ExpressionPrinter.cs
Origine:
ExpressionPrinter.cs
Origine:
ExpressionPrinter.cs
Origine:
ExpressionPrinter.cs
Origine:
ExpressionPrinter.cs

Aggiunge la stringa specificata e una nuova riga all'output corrente in fase di compilazione.

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

Parametri

value
String

Stringa da accodare.

Restituisce

Questa stampante consente di concatenare le chiamate aggiuntive.

Si applica a