Click or drag to resize
SqlDatabaseSetupExistsLogin Method
Checks if a database server login exists.

Namespace: PDTec.IceNet.Sdk.Database.Sql
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public bool ExistsLogin(
	string loginName
)

Parameters

loginName
Type: SystemString
The login name.

Return Value

Type: Boolean
true if the specified login exists, false otherwise.
See Also