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

BaseBusinessObject

Default constructor offers no functionality. Calls the base constructor with same signature.

Overload List

OverloadDescription
BaseBusinessObject Constructor()BaseBusinessObject

Default constructor offers no functionality. Calls the base constructor with same signature.  

BaseBusinessObject Constructor(String)BaseBusinessObject

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

Parameters:
Description
connString
 

Requirements

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

See Also