Table of Contents

Method FromFullName

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

FromFullName(string)

Creates a new instance of the CollectionNamespace class from a collection full name.

public static CollectionNamespace FromFullName(string fullName)

Parameters

fullName string

The collection full name.

Returns

CollectionNamespace

A CollectionNamespace.