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

BaseBusinessObject

Loads the BaseBusinessObject with a specified connection String value rather than using the one in the Configuration.AppSettings.

Parameters:
Description
connString

Syntax

C# 
public BaseBusinessObject( 
   string connString
)

Parameters

connString

Requirements

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

See Also