ConnectionStringSettings::ProviderName Property

 

Gets or sets the provider name property.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
[ConfigurationPropertyAttribute("providerName", DefaultValue = "System.Data.SqlClient")]
property String^ ProviderName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Gets or sets the ProviderName property.

The following example shows how to use the ProviderName property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: