Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

284
Vistas
Debug MongoDB queries with the C# driver v2 API

Can I serialize a FilterDefinition<T> to a json string to see what is being built under the hood? Or only via the logs and a more verbose database profiler setting?

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Yes, FilterDefinition has a Render method on it. Provided you have access to the collection you are using, you can do the following.

var renderedFilter = definition.Render(collection.DocumentSerializer, collection.Settings.SerializerRegistry);

It will render to a BsonDocument, what you can use ToString() on that if you want the JSON.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda