共用方式為


ExpressionPrinter.AppendLine 方法

定義

多載

AppendLine()

將新行附加至正在建置的目前輸出。

AppendLine(Object)
AppendLine(String)

將指定的字串和新行附加至要建置的目前輸出。

AppendLine()

將新行附加至正在建置的目前輸出。

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

傳回

此印表機可鏈結額外的呼叫。

適用於

AppendLine(Object)

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

參數

o
Object

傳回

適用於

AppendLine(String)

將指定的字串和新行附加至要建置的目前輸出。

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

參數

value
String

要附加的字串。

傳回

此印表機可鏈結額外的呼叫。

適用於