| 
            
              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.258-beta
Syntaxpublic string DataProviderString { get; set; }Public Property DataProviderString As String
	Get
	Set
public:
property String^ DataProviderString {
	String^ get ();
	void set (String^ value);
}member DataProviderString : string with get, set
function get_DataProviderString();
function set_DataProviderString(value);
 View SourceProperty Value
String
See Also