DbMaintenanceViewModel<(Of <(<'TEntity>)>)>..::..TablesToDelete Property
Gets the tables to delete.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
protected virtual List<TableDefinitionBase> TablesToDelete { get; }
Protected Overridable ReadOnly Property TablesToDelete As List(Of TableDefinitionBase) Get
protected: virtual property List<TableDefinitionBase^>^ TablesToDelete { List<TableDefinitionBase^>^ get (); }