Database_Type is a configuration setting that is specified by adding a key in the Keys section of the AppSettings. Database_Type can be used to set the default value of the BaseBusinessObject's DBType property. The DBType property is used by the business object to decide what provider to use for the underlying database.
| <appSettings> |
| <add key="database_type" value="SqlServer2005" /> |
| </appSettings> |
Please take a look at DBType Property for more information or see the DatabaseObject.DatabaseTypes Enumeration for a list of possible choices.
If you like to use a different key name, you can set the DatabaseTypeConfigName Property value on object initialization. |

If you like to use a different key name, you can set the