Table of Contents

Method ToString

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

ToString(Expression)

Returns a string that represents the Expression.

public static string ToString(Expression node)

Parameters

node Expression

The Expression to format.

Returns

string

A string that represents the Expression.

ToString()

Returns a string that represents the Expression.

public override string ToString()

Returns

string

A string that represents the Expression.