Table of Contents

Method Create

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

Create(object)

Creates a new instance of the SortByWrapper class.

public static SortByWrapper Create(object sortBy)

Parameters

sortBy object

The wrapped object.

Returns

SortByWrapper

A new instance of SortByWrapper or null.