Table of Contents

Method PrettyPrint

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.Legacy.dll

PrettyPrint(Expression)

Pretty prints an Expression.

public static string PrettyPrint(Expression node)

Parameters

node Expression

The Expression to pretty print.

Returns

string

A string containing the pretty printed Expression.