SqlDataSourceDesigner.ProviderName Property

Definition

Gets or sets the name of the .NET Framework data provider that the associated SqlDataSource control uses to connect to an underlying data source.

public:
 property System::String ^ ProviderName { System::String ^ get(); void set(System::String ^ value); };
public string ProviderName { get; set; }
member this.ProviderName : string with get, set
Public Property ProviderName As String

Property Value

A string containing the name of the data provider.

Remarks

The ProviderName property shadows the same property in the associated control, and is intended for internal use only.

Applies to

See also