Click or drag to resize
PortalLogin Method (Connection)
This Login method enables the creation of new instances of the TaxEngine based on an existing connection.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public string Login(
	Connection existingConnection
)

Parameters

existingConnection
Type: Connection
A KampData.SqlTools.Connection with Connection.Connected == true.

Return Value

Type: String
An empty string if the login is successful or an error message if not.
Exceptions
ExceptionCondition
SqlLoginException Thrown if the user has insufficient rights to the required SQL tables or if another login error is encountered.
See Also