次の方法で共有


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

追加する文字列。

戻り値

このプリンターを使用すると、追加の呼び出しをチェーンできます。

適用対象