DatabaseObjectSQL
Constructor for this class takes a connection String and calls the parent class's constructor with same signature.
Parameters:
| Description | |
|---|---|
| connString | Passed in value is used to set the ConnectionString property. |
DatabaseObjectSQL dbObj = new DatabaseObjectSQL(myConnectionStringVariable);
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0