CollectionNamespaceFullName Property |
Gets the collection full name.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public string FullName { get; }
Public ReadOnly Property FullName As String
Get
member FullName : string with get
Property Value
Type:
String
The collection full name.
See Also