Click or drag to resize

SessionBaseDatabaseStillExist Method

Check if Database still exist

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.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