RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceViewModel<(Of <(<'TEntity>)>)>..::..TablesToDelete Property

Gets the tables to delete.

Namespace:  RingSoft.DbMaintenance
Assembly:  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 ();
}

Field Value

The tables to delete.