Documentation Home
MySQL Connector/NET Developer Guide
Related Documentation Download this Manual
PDF (US Ltr) - 1.3Mb
PDF (A4) - 1.3Mb


8.10 MySql.Web Namespace

The MySql.Web namespace includes a set of subordinate namespaces that represent the features managed by various MySQL providers and available for use within ASP.NET applications.

Namespaces in this section:

MySql.Web.Common Namespace

Classes

Class Description
SchemaManager Manages schema-related operations.

MySql.Web.Personalization Namespace

Classes

Class Description
MySqlPersonalizationProvider Implements a personalization provider enabling the use of web parts at ASP.NET websites.

MySql.Web.Profile Namespace

Classes

Class Description
MySQLProfileProvider Implements a profile provider for the MySQL database.

MySql.Web.Security Namespace

Classes

Class Description
MySQLMembershipProvider Manages storage of membership information for an ASP.NET application in a MySQL database.
MySQLRoleProvider Manages storage of role membership information for an ASP.NET application in a MySQL database.
MySqlSimpleMembershipProvider Provides support for website membership tasks, such as creating accounts, deleting accounts, and managing passwords.
MySqlSimpleRoleProvider Provides basic role-management functionality.
MySqlWebSecurity Provides security and authentication features for ASP.NET Web Pages applications, including the ability to create user accounts, log users in and out, reset or change passwords, and perform related tasks.

MySql.Web.SessionState Namespace

Classes

Class Description
MySqlSessionStateStore Enables ASP.NET applications to store and manage session state information in a MySQL database. Expired session data is periodically deleted from the database.

MySql.Web.SiteMap Namespace

Classes

Class Description
MySqlSiteMapProvider Implements a site-map provider for the MySQL database.