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

추가할 문자열입니다.

반환

이 프린터는 추가 호출을 연결할 수 있도록 합니다.

적용 대상