Click or drag to resize

ServerClientSessionShared.Databases Property

Gets a list of the currently opened databases

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public override IList<Database> Databases { get; }

Property Value

Type: IList<Database>
See Also