[This is preliminary documentation and is subject to change.]
Get/Sets MongoDB database name
Namespace: NFX.DataAccess.MongoDBAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$db-name")]
public string DatabaseName { get; set; }[ConfigAttribute("$db-name")]
public string DatabaseName { get; set; }<ConfigAttribute("$db-name")>
Public Property DatabaseName As String
Get
Set<ConfigAttribute("$db-name")>
Public Property DatabaseName As String
Get
Setpublic:
[ConfigAttribute(L"$db-name")]
property String^ DatabaseName {
String^ get ();
void set (String^ value);
}public:
[ConfigAttribute(L"$db-name")]
property String^ DatabaseName {
String^ get ();
void set (String^ value);
}[<ConfigAttribute("$db-name")>]
member DatabaseName : string with get, set[<ConfigAttribute("$db-name")>]
member DatabaseName : string with get, setProperty Value
Type:
String