Click or drag to resize

SessionBaseDatabaseStillExist Method

Check if Database still exist

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public virtual bool DatabaseStillExist(
	Database db
)

Parameters

db
Type: VelocityDbDatabase
Database to check

Return Value

Type: Boolean
true if exists; otherwise false
See Also