ExpressionPrinter.AppendLine 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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);
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
參數
- value
- String
要附加的字串。
傳回
此印表機可鏈結額外的呼叫。