| AbstractInfoBaseTInfoDeleteExternalColumns Method | 
            Goes through the columns which are stored externally and deletes all the files.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected override void DeleteExternalColumns(
	bool updateDB
)
Parameters
- updateDB
- Type: SystemBoolean
 If true, DB is updated with the data from the file before it's deleted.
 See Also
See Also