Table of Contents

Method Create

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

Create(object)

Creates a new instance of the CommandWrapper class.

public static CommandWrapper Create(object command)

Parameters

command object

The wrapped object.

Returns

CommandWrapper

A new instance of CommandWrapper or null.