Table of Contents

Class CreateViewOptions

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

A builder for the options used when creating a view.

public static class CreateViewOptions
Inheritance
CreateViewOptions
Inherited Members

Methods

SetCollation(Collation)

Sets the collation.

public static CreateViewOptionsBuilder SetCollation(Collation collation)

Parameters

collation Collation

The collation.

Returns

CreateViewOptionsBuilder

The builder (so method calls can be chained).