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: 8.2.1.0 (8.2.1)
Syntax
public List<Database> NewDatabases { get; }

Property Value

Type: ListDatabase
See Also