[This is preliminary documentation and is subject to change.]
Returns an existing collection 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 Collection this[
string name
] { get; }
public Collection this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Collection
Get
Public ReadOnly Default Property Item (
name As String
) As Collection
Get
public:
property Collection^ default[String^ name] {
Collection^ get (String^ name);
}
public:
property Collection^ default[String^ name] {
Collection^ get (String^ name);
}
member Item : Collection with get
member Item : Collection with get
Property Value
Type:
Collection