Click or drag to resize

SessionBaseDatabases Property

Gets a list of the currently opened databases

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public virtual IList<Database> Databases { get; }

Property Value

Type: IListDatabase
See Also