.NET Framework Class Library
WebMatrix.Data Namespace
The WebMatrix.Data namespace contains classes that simplify database interaction in ASP.NET Web Pages. This namespace includes classes that help you to open, query, and send commands to a database, and to work with database rows that are returned by SQL queries.
Classes
| Class | Description | |
|---|---|---|
|
ConnectionEventArgs | Provides data for the ConnectionOpened event of the Database class. |
|
Database | Provides methods and properties that are used to access and manage data that is stored in a database. |
|
DynamicRecord | Represents a data record by using a custom type descriptor and the capabilities of the Dynamic Language Runtime (DLR). |