Base constructor just initializes some private fields. Also initializes the system (creates the static variables) if that has not yet been done

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public iboBase(
	string connectionString
)
Visual Basic
Public Sub New ( _
	connectionString As String _
)
Visual C++
public:
iboBase(
	String^ connectionString
)

Parameters

connectionString
Type: System..::..String
The connection string to use when accessing the database via this user's account. This is a standard SQL Client connection string like that which would be passed to SqlConnection.

See Also