Dundas.SharePoint.Charting.WebParts Send comments on this topic.
DataSourceSql Class Members
See Also  Fields  Properties  Methods 
Dundas.SharePoint.Data Namespace : DataSourceSql Class


The following tables list the members exposed by DataSourceSql.

Public Constructors

  Name Description
Public Constructor DataSourceSql Constructor  
Top

Public Fields

Protected Fields

  Name Description
Protected Field parameters (Inherited from DataSourceBase)
Top

Public Properties

  Name Description
Public Property ConnectionString Gets or sets the connection string.  
Public Property Data Overridden.  Gets the Enumerable object from executing the Query  
Public Property Filter Gets the filter. (Inherited from DataSourceBase)
Public Property MetaData Overridden.  Gets the meta data.  
Public Property Parameters Gets or sets the parameters. (Inherited from DataSourceBase)
Public Property Password Gets or sets the password.  
Public Property ProviderName Gets or sets the name of the provider.  
Public Property SelectCommand Gets or sets the select command.  
Public Property SQLAuthentication Gets or sets the SQL authentication.  
Public Property UserName Gets or sets the name of the user.  
Top

Public Methods

  Name Description
Public Methodstatic (Shared in Visual Basic) GetConnectionString Gets the connection string.  
Public Method SetConnectionStringUnEncrypted Sets the connection string un encrypted.  
Public Method SetPasswordUnEncrypted Sets the password un encrypted.  
Public Method SetUserNameUnEncrypted Sets the user name un encrypted.  
Public Methodstatic (Shared in Visual Basic) TestConnection Check if ther connection is valid  
Top

See Also