RaveGeoDataSet.DatabaseName Property
Gets the name of the RaveGeo database to read.
Syntax
public System.String DatabaseName { get; }Property Value
Default: Must be specified in constructor.
The name of a RaveGeo database.
Platforms
Windows, Linux
Gets the name of the RaveGeo database to read.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public System.String DatabaseName { get; }Windows, Linux
In this article
Gets the name of the RaveGeo database to read.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public:
String databaseName ( ) const;Windows, Linux
In this article
Gets the name of the RaveGeo database to read.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public final String getDatabaseName ( )Windows, Linux
In this article
Gets the name of the RaveGeo database to read.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
databaseNameWindows, Linux
In this article