| SqlDatabaseSetupExistsLogin Method |
Checks if a database server login exists.
Namespace: PDTec.IceNet.Sdk.Database.SqlAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic bool ExistsLogin(
string loginName
)
Parameters
- loginName
- Type: SystemString
The login name.
Return Value
Type:
Booleantrue if the specified login exists,
false otherwise.
See Also