Click or drag to resize
DataDictionaryDropTables Method

[This is preliminary documentation and is subject to change.]

Drop tables

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public void DropTables(
	Database db,
	TextWriter writer,
	string separator,
	bool checkExists,
	bool test
)

Parameters

db
Type: Database

[Missing <param name="db"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionary.DropTables(CSC.SC.Enterprise.DataAccess.Database,System.IO.TextWriter,System.String,System.Boolean,System.Boolean)"]

writer
Type: System.IOTextWriter

[Missing <param name="writer"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionary.DropTables(CSC.SC.Enterprise.DataAccess.Database,System.IO.TextWriter,System.String,System.Boolean,System.Boolean)"]

separator
Type: SystemString

[Missing <param name="separator"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionary.DropTables(CSC.SC.Enterprise.DataAccess.Database,System.IO.TextWriter,System.String,System.Boolean,System.Boolean)"]

checkExists
Type: SystemBoolean

[Missing <param name="checkExists"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionary.DropTables(CSC.SC.Enterprise.DataAccess.Database,System.IO.TextWriter,System.String,System.Boolean,System.Boolean)"]

test
Type: SystemBoolean

[Missing <param name="test"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionary.DropTables(CSC.SC.Enterprise.DataAccess.Database,System.IO.TextWriter,System.String,System.Boolean,System.Boolean)"]

See Also