DesignerDataConnection::ProviderName Property

 

Gets the name of the provider used to access the underlying data store.

Namespace:   System.ComponentModel.Design.Data
Assembly:  System.Design (in System.Design.dll)

public:
property String^ ProviderName {
	String^ get();
}

Property Value

Type: System::String^

The name of the provider used to access the underlying data store.

.NET Framework
Available since 2.0
Return to top
Show: