Click or drag to resize

SessionBaseNewDatabases Property

Get a list of all new databases created within this transaction

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

Property Value

Type: ListDatabase
See Also