Click or drag to resize
DataDictionaryWriteStructure Method (TextWriter, String, Int32, Int32)

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

Write contents of DataDictionary in human readable format to writer

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 WriteStructure(
	TextWriter writer,
	string margin,
	int fieldNameWidth,
	int captionWidth
)

Parameters

writer
Type: System.IOTextWriter
margin
Type: SystemString
fieldNameWidth
Type: SystemInt32
captionWidth
Type: SystemInt32
See Also