Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ProviderName Property
See Also 
Dundas.SharePoint.Data Namespace > DataSourceSql Class : ProviderName Property


Gets or sets the name of the provider.

Syntax

Visual Basic (Declaration)  
<XmlAttributeAttribute()>
Public Property ProviderName As String
Visual Basic (Usage) Copy Code
Dim instance As DataSourceSql
Dim value As String
 
instance.ProviderName = value
 
value = instance.ProviderName
C#  
[XmlAttributeAttribute()]
public string ProviderName {get; set;}

Return Value

The name of the provider.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also