Get a closed connection.
This property need a configuration in your application configuration file. See the example below (the second line initialize this property).
<add key="DBAssembly" value="System.Data" /> <add key="DBConnectionClass" value="System.Data.SqlClient.SqlConnection" /> <add key="DBConnectionString" value="data source=127.0.0.0;user=theDBUser;password=thePassword;database=theDataBase" /> <add key="DBTransactionClass" value="System.Data.SqlClient.SqlTransaction" /> <add key="DBGenericAssembly" value="DotnetProject.Data" /> <add key="DBGenericClass" value="DotnetProject.Data.SQLDataHelper" />
GenericDataHelper Class | DotnetProject.Data Namespace