Click or drag to resize

DatabaseRowWriteCsvHeader Method (DbDataReader, TextWriter, DictionaryString, String, Char)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static void WriteCsvHeader(
	DbDataReader r,
	TextWriter writer,
	Dictionary<string, string> colmap,
	char separator
)

Parameters

r
Type: System.Data.CommonDbDataReader
writer
Type: System.IOTextWriter
colmap
Type: System.Collections.GenericDictionaryString, String
separator
Type: SystemChar
See Also