ExpressionPrinter.AppendLine Yöntem

Tanım

Aşırı Yüklemeler

AppendLine()

Oluşturulan geçerli çıktıya yeni bir satır ekler.

AppendLine(Object)
AppendLine(String)

Oluşturulan geçerli çıkışa verilen dizeyi ve yeni bir satırı ekler.

AppendLine()

Oluşturulan geçerli çıktıya yeni bir satır ekler.

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

Döndürülenler

Ek çağrıların zincirlenebilmesi için bu yazıcı.

Şunlara uygulanır

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

Parametreler

o
Object

Döndürülenler

Şunlara uygulanır

AppendLine(String)

Oluşturulan geçerli çıkışa verilen dizeyi ve yeni bir satırı ekler.

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

Parametreler

value
String

Eklenecek dize.

Döndürülenler

Ek çağrıların zincirlenebilmesi için bu yazıcı.

Şunlara uygulanır