ExpressionPrinter.AppendLine Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AppendLine() |
Appends a new line to current output being built. |
AppendLine(Object) | |
AppendLine(String) |
Appends the given string and a new line to current output being built. |
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
Appends a new line to current output being built.
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
Returns
This printer so additional calls can be chained.
Applies to
Entity Framework Core 9.0 and other versions
Product | Versions |
---|---|
Entity Framework Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
- 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
Parameters
- o
- Object
Returns
Applies to
Entity Framework Core 3.1 and Entity Framework Core 3.0
Product | Versions |
---|---|
Entity Framework Core | 3.0, 3.1 |
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
- Source:
- ExpressionPrinter.cs
Appends the given string and a new line to current output being built.
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
Parameters
- value
- String
The string to append.
Returns
This printer so additional calls can be chained.
Applies to
Entity Framework Core 9.0 and other versions
Product | Versions |
---|---|
Entity Framework Core | 5.0, 6.0, 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: