System.Web.UI.WebControls.AccessDataSource Members

The members of System.Web.UI.WebControls.AccessDataSource are listed below.

See Also: Inherited members from System.Web.UI.WebControls.SqlDataSource

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.AccessDataSource class.

Initializes a new instance of the System.Web.UI.WebControls.AccessDataSource class with the specified data file path and Select command.

Public Properties

override
ConnectionStringstring.

Gets the connection string that is used to connect to the Microsoft Access database.

DataFilestring.

Gets or sets the location of the Microsoft Access .mdb file.

override
ProviderNamestring.

Gets the name of the .NET data provider that the System.Web.UI.WebControls.AccessDataSource control uses to connect to a Microsoft Access database.

override
SqlCacheDependencystring.

The AccessDataSource.SqlCacheDependency property overrides the SqlDataSource.SqlCacheDependency property.

Protected Methods

override
CreateDataSourceView(string) : SqlDataSourceView

Creates a data source view object that is associated with the data source control.

override
GetDbProviderFactory() : System.Data.Common.DbProviderFactory

Retrieves a System.Data.Common.DbProviderFactory object that is associated with the .NET data provider that is identified by the SqlDataSource.ProviderName property.