Click or drag to resize
DataDictionaryTableFieldAlterField Method

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

Alters 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 AlterField(
	Database db,
	CommandTimeouts commandTimeouts,
	TextWriter writer,
	ProgressCollection progressCollection,
	bool isHistory,
	bool test
)

Parameters

db
Type: Database
The db.
commandTimeouts
Type: CSC.SC.TOPICA4.DynamicDataCommandTimeouts

[Missing <param name="commandTimeouts"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTableField.AlterField(CSC.SC.Enterprise.DataAccess.Database,CSC.SC.TOPICA4.DynamicData.CommandTimeouts,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