[This is preliminary documentation and is subject to change.]
Returns an existing database or creates a new one
Namespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public Database this[
string name
] { get; }
public Database this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Database
Get
Public ReadOnly Default Property Item (
name As String
) As Database
Get
public:
property Database^ default[String^ name] {
Database^ get (String^ name);
}
public:
property Database^ default[String^ name] {
Database^ get (String^ name);
}
member Item : Database with get
member Item : Database with get
Property Value
Type:
Database