Click or drag to resize

DatabaseClassLogin Method

Log in to the database with the given user and password. Returns true if the login succeeded.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual bool Login(
	string Username,
	string Password
)

Parameters

Username
Type: SystemString
Password
Type: SystemString

Return Value

Type: Boolean

Implements

IDatabaseLogin(String, String)
See Also