QuickObjects.DBLibrary Send comments on this topic.
DatabaseObject Constructor(String)
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObject Class > DatabaseObject Constructor : DatabaseObject Constructor(String)
connString

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.StringPassed in value is used to set the ConnectionString property.


DatabaseObject dbObj = new DatabaseObject(myConnectionStringVariable);

Syntax

C# 
public DatabaseObject( 
   string connString
)

Parameters

connString

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also