Table of Contents

Method Create

Namespace
MongoDB.Driver.Wrappers
Assembly
MongoDB.Driver.Legacy.dll

Create(object)

Creates a new instance of the QueryWrapper class.

public static QueryWrapper Create(object query)

Parameters

query object

The wrapped object.

Returns

QueryWrapper

A new instance of QueryWrapper or null.