0 out of 1 rated this helpful - Rate this topic

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.

  ClassDescription
Public classConnectionEventArgsProvides data for the ConnectionOpened event of the Database class.
Public classDatabaseProvides methods and properties that are used to access and manage data that is stored in a database.
Public classDynamicRecordRepresents a data record by using a custom type descriptor and the capabilities of the Dynamic Language Runtime (DLR).
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.