Table of Contents

Method SetCollation

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

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).