Method FromFullName
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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
A CollectionNamespace.