-
Notifications
You must be signed in to change notification settings - Fork 113
Data
Igor Tkachev edited this page May 20, 2016
·
1 revision
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
-
Method 3 by passing DataProvider, Connection or Transaction object.
-
SetCommand Using SQL statements.
-
SetSpCommand Using stored procedures.
-
ExecuteResultSet Complex mapping