|
DatabaseConfigurationLoaderDataProviderString Property
|
Gets or sets the data provider string, which determines the
.NET types to use when opening connections to the database.
Namespace: GSF.TimeSeries.ConfigurationAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax public string DataProviderString { get; set; }
Public Property DataProviderString As String
Get
Set
member DataProviderString : string with get, set
function get_DataProviderString();
function set_DataProviderString(value);
View SourceProperty Value
StringSee Also