Skip to content
Igor Tkachev edited this page May 20, 2016 · 1 revision

Home

The DbManager class is a high-level, data provider independent wrapper for ADO.NET. It has been designed to simplify working with database and encapsulates most of ADO.NET objects such as Connection, Transaction, Command, and Parameter in one single object.

Compare DbManager with ADO.NET

How to configure

Clone this wiki locally