Table of Contents

Method Create

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

Create(object)

Creates a new instance of the FieldsWrapper class.

public static FieldsWrapper Create(object fields)

Parameters

fields object

The wrapped object.

Returns

FieldsWrapper

A new instance of FieldsWrapper or null.