Click or drag to resize
RootDataDictionaryCreate Method

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

Entry point to create DataDictionary

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public DataDictionary DataDictionaryCreate(
	Database database,
	string formPath,
	DataDictionaryFieldCollection commonFields,
	ProgressCollection progressCollection
)

Parameters

database
Type: Database
Database
formPath
Type: SystemString
Path for form files
commonFields
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryFieldCollection
Collection of common fields to be added to every table
progressCollection
Type: ProgressCollection
Progress, errors, messages output

Return Value

Type: DataDictionary
DataDictionary
See Also