Click or drag to resize
TmplItemDataDictionaryTableCreate Method

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

Utility method to create table in DataDictionary

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
protected DataDictionaryTable DataDictionaryTableCreate(
	DataDictionary dd,
	DataDictionaryFieldCollection commonFields,
	DataDictionaryTableCollection parentTables,
	string overrideDataname,
	string formPath,
	TmplItem parent,
	ProgressCollection progressCollection,
	string margin
)

Parameters

dd
Type: CSC.SC.TOPICA4.DynamicDataDataDictionary
DataDictionary being built
commonFields
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryFieldCollection
Fields that must be added to all new tables
parentTables
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTableCollection
List of parent tables - last is immediate parent
overrideDataname
Type: SystemString
If not mull or whitspace, use this vaue as table name, else use GetDataName()
formPath
Type: SystemString
Path for forms files (may be ;-separated list)
parent
Type: CSC.SC.TOPICA4.TemplateTmplItem
Parent TmplItem
progressCollection
Type: ProgressCollection
Error/messages output
margin
Type: SystemString
Margin for progressCollection

Return Value

Type: DataDictionaryTable
DataDictionaryTable
See Also