Method FromFullName

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.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.