| 0 | 1 <% noindex # %> | 
|  | 2 <p class="j">The <b>DbManager</b> class is a high-level, data provider independent wrapper for <b>ADO.NET</b>. | 
|  | 3 It has been designed to simplify working with database and encapsulates most of <b>ADO.NET</b> objects | 
|  | 4 such as <b>Connection</b>, <b>Transaction</b>, <b>Command</b>, and <b>Parameter</b> in one single object. | 
|  | 5 </p> | 
|  | 6 <ct_table> | 
|  | 7 <ct_hr> | 
|  | 8 <ct_item link="DbManagerVsAdo.htm"          label="Compare DbManager with ADO.NET" /><ct_hr> | 
|  | 9 <ct_text>How to configure</ct_text> | 
|  | 10 <ct_item link="OpenConfig1.htm"             label="Method 1">using app.config.</ct_item> | 
|  | 11 <ct_item link="OpenConfig2.htm"             label="Method 2">programmatically.</ct_item> | 
|  | 12 <ct_item link="OpenConfig3.htm"             label="Method 3">by passing DataProvider, Connection or Transaction object.</ct_item> | 
|  | 13 <ct_hr> | 
|  | 14 <ct_item link="DataProvider/index.htm"      label="Data Providers"          /><ct_hr> | 
|  | 15 <ct_item link="SetCommand.htm"              label="SetCommand"              >Using SQL statements</ct_item> | 
|  | 16 <ct_item link="SetSpCommand.htm"            label="SetSpCommand"            >Using stored procedures</ct_item> | 
|  | 17 <ct_item link="Parameter.htm"               label="Parameters"              /> | 
|  | 18 <ct_item link="Prepare.htm"                 label="Prepare"                 /> | 
|  | 19 <ct_item link="Transaction.htm"             label="Transactions"            /> | 
|  | 20 <ct_item link="Close.htm"                   label="Close"                   /><ct_hr> | 
|  | 21 <ct_item link="ExecuteDataSet.htm"          label="ExecuteDataSet"          /> | 
|  | 22 <ct_item link="ExecuteDataTable.htm"        label="ExecuteDataTable"        /> | 
|  | 23 <ct_item link="ExecuteDictionary.htm"       label="ExecuteDictionary"       /> | 
|  | 24 <ct_item link="ExecuteForEach.htm"          label="ExecuteForEach"          /> | 
|  | 25 <ct_item link="ExecuteList.htm"             label="ExecuteList"             /> | 
|  | 26 <ct_item link="ExecuteNonQuery.htm"         label="ExecuteNonQuery"         /> | 
|  | 27 <ct_item link="ExecuteObject.htm"           label="ExecuteObject"           /> | 
|  | 28 <ct_item link="ExecuteReader.htm"           label="ExecuteReader"           /> | 
|  | 29 <ct_item link="ExecuteResultSet.htm"        label="ExecuteResultSet"        >Complex mapping</ct_item> | 
|  | 30 <ct_item link="ExecuteScalar.htm"           label="ExecuteScalar"           /> | 
|  | 31 <ct_item link="ExecuteScalarDictionary.htm" label="ExecuteScalarDictionary" /> | 
|  | 32 <ct_item link="ExecuteScalarList.htm"       label="ExecuteScalarList"       /> | 
|  | 33 <ct_hr> | 
|  | 34 </ct_table> |