SessionBaseDatabaseStillExist Method |
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual bool DatabaseStillExist(
Database db
)
Public Overridable Function DatabaseStillExist (
db As Database
) As Boolean
public:
virtual bool DatabaseStillExist(
Database^ db
)
abstract DatabaseStillExist :
db : Database -> bool
override DatabaseStillExist :
db : Database -> bool
Parameters
- db
- Type: VelocityDbDatabase
Database to check
Return Value
Type:
Booleantrue if exists; otherwise
falseSee Also