ConnectionDetails NeedsUsername Method CleanCode C# Libraries v1.2.03 API
Determines whether a user name is needed for the current database type and, if so, whether one is already supplied or not.

Namespace: CleanCode.DatabaseControls.Support
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool NeedsUsername()

Return Value

Indication of whether a user name needs to be acquired to complete the connection string.
See Also