![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
Remove Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► TableCollection ► Remove(String)
Removes a table from the database.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public bool Remove( string item )
Public Function Remove ( item As String ) As Boolean
public: bool Remove( String^ item )
![](collapse_all.gif)
- item (String)
- case-sensitive name of the table to be removed
![](collapse_all.gif)
Boolean
true if the table was removed, false if the table did not exist
true if the table was removed, false if the table did not exist
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)