Click or drag to resize
DataDictionaryTableFieldDropField Method

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

Drops the field.

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 DropField(
	Database db,
	Nullable<int> commandTimeout,
	TextWriter writer,
	ProgressCollection progressCollection,
	bool isHistory,
	bool test
)

Parameters

db
Type: Database
The db.
commandTimeout
Type: SystemNullableInt32

[Missing <param name="commandTimeout"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTableField.DropField(CSC.SC.Enterprise.DataAccess.Database,System.Nullable{System.Int32},System.IO.TextWriter,CSC.SC.Enterprise.Utilities.ProgressCollection,System.Boolean,System.Boolean)"]

writer
Type: System.IOTextWriter
The writer.
progressCollection
Type: ProgressCollection
The progress collection.
isHistory
Type: SystemBoolean
if set to true [is history].
test
Type: SystemBoolean
if set to true [test].
See Also