Overload List
| Name | Description | |
|---|---|---|
| DbNetData()()() |
Creates an instance of DbNeData by deriving the connection string from the configuration file using the name DbNetData
| |
| DbNetData(ConnectionStringSettings) |
Creates an instance of DbNeData with an instance of from the web.config file
| |
| DbNetData(String) |
Creates an instance of DbNeData without provider information
| |
| DbNetData(String, DataProvider) |
Creates an instance of DbNeData with the data provider specified
| |
| DbNetData(String, DataProvider, DatabaseType) |
Creates an instance of DbNeData with the data provider specified and the database
|