Skip to main content
All docs
V24.1

MongoDBQuery.ToString() Method

Converts a MongoDB query to a string.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public override string ToString()

Returns

Type Description
String

A MongoDB query converted to a string.

See Also