ExpressionPrinter.AppendLine 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AppendLine() |
빌드 중인 현재 출력에 새 줄을 추가합니다. |
AppendLine(Object) | |
AppendLine(String) |
빌드 중인 현재 출력에 지정된 문자열과 새 줄을 추가합니다. |
AppendLine()
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
빌드 중인 현재 출력에 새 줄을 추가합니다.
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)
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
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)
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
빌드 중인 현재 출력에 지정된 문자열과 새 줄을 추가합니다.
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
추가할 문자열입니다.
반환
이 프린터는 추가 호출을 연결할 수 있도록 합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework