In Brief

  • Mono provides a powerful interface to all commonly used databases.

  • Mono provides a database abstraction layer, named ADO.NET, which contains a rich set of functions for interacting with a database.

  • Mono provides separate classes for catching exceptions thrown by the database.

  • IDataReader provides methods to extract the schema of a result.

  • With the help of metadata, you can find out about the result provided by the database.

  • ADO.NET provides methods for interacting with stored procedures.

  • Accessing overloaded server side functions is hard to do.

Get Mono Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.