DatabaseObject
Constructor for this class takes a connection String as the parameter.
Sets the connectionString property value with the value passed in as the parameter.
Parameters:
| Description | |
|---|---|
| System.String | Passed in value is used to set the ConnectionString property. |
DatabaseObject dbObj = new DatabaseObject(myConnectionStringVariable);
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0