ExpressionPrinter.Append Method
Definition
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.
Overloads
Append(Object) | |
Append(String) |
Appends the given string to current output being built. |
Append(Object)
public virtual Microsoft.EntityFrameworkCore.Query.ExpressionPrinter Append (object o);
abstract member Append : obj -> Microsoft.EntityFrameworkCore.Query.ExpressionPrinter
override this.Append : obj -> Microsoft.EntityFrameworkCore.Query.ExpressionPrinter
Public Overridable Function Append (o As Object) As ExpressionPrinter
Parameters
- o
- Object
Returns
Applies to
Append(String)
Appends the given string to current output being built.
public virtual Microsoft.EntityFrameworkCore.Query.ExpressionPrinter Append (string value);
abstract member Append : string -> Microsoft.EntityFrameworkCore.Query.ExpressionPrinter
override this.Append : string -> Microsoft.EntityFrameworkCore.Query.ExpressionPrinter
Public Overridable Function Append (value As String) As ExpressionPrinter
Parameters
- value
- String
The string to append.
Returns
This printer so additional calls can be chained.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework