ExpressionPrinter.PrintDebug 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
PrintDebug(Expression) |
Creates a printable verbose string representation of the given expression. |
PrintDebug(Expression, Nullable<Int32>, Boolean) |
PrintDebug(Expression)
Creates a printable verbose string representation of the given expression.
public virtual string PrintDebug (System.Linq.Expressions.Expression expression);
public static string PrintDebug (System.Linq.Expressions.Expression expression);
abstract member PrintDebug : System.Linq.Expressions.Expression -> string
override this.PrintDebug : System.Linq.Expressions.Expression -> string
static member PrintDebug : System.Linq.Expressions.Expression -> string
Public Overridable Function PrintDebug (expression As Expression) As String
Public Shared Function PrintDebug (expression As Expression) As String
Parameters
- expression
- Expression
The expression to print.
Returns
The printable representation.
Applies to
PrintDebug(Expression, Nullable<Int32>, Boolean)
public virtual string PrintDebug (System.Linq.Expressions.Expression expression, int? characterLimit = default, bool generateUniqueParameterIds = true);
abstract member PrintDebug : System.Linq.Expressions.Expression * Nullable<int> * bool -> string
override this.PrintDebug : System.Linq.Expressions.Expression * Nullable<int> * bool -> string
Public Overridable Function PrintDebug (expression As Expression, Optional characterLimit As Nullable(Of Integer) = Nothing, Optional generateUniqueParameterIds As Boolean = true) As String
Parameters
- expression
- Expression
- generateUniqueParameterIds
- Boolean
Returns
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