DatabaseObject
Constructor for this class takes a connection String as the parameter and the type of database to which this object will be connecting.
Parameters:
| Description | |
|---|---|
| connString | Sets the connectionString property value with the value passed in. |
| dBType | Sets the DBType property value with the value passed in. |
DatabaseObject dbObj = new DatabaseObject(myConnectionStringVariable, DatabaseTypes.SqlServer2005);
| C# | |
|---|---|
public DatabaseObject( string connString, DatabaseObject.DatabaseTypes dBType ) | |
Parameters
- connString
- dBType
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0