|
InfluxDBOutputAdapterDatabaseName Property
|
Gets or sets the database name for the InfluxDB connection.
Namespace: InfluxDBAdaptersAssembly: InfluxDBAdapters (in InfluxDBAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public string DatabaseName { get; set; }
<ConnectionStringParameterAttribute>
Public Property DatabaseName As String
Get
Set
public:
[ConnectionStringParameterAttribute]
property String^ DatabaseName {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
member DatabaseName : string with get, set
function get_DatabaseName();
function set_DatabaseName(value);
View SourceProperty Value
StringSee Also