SqlDatabaseSetupExistsDatabase Method |
Checks if a specific database 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 ExistsDatabase(
string databaseName
)
Parameters
- databaseName
- Type: SystemString
The database name.
Return Value
Type:
Booleantrue if the specified database exists,
false otherwise.
See Also