Click or drag to resize

DatabaseRowWriteJson Method (DbDataReader, TextWriter, DictionaryString, Object, Boolean)

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 WriteJson(
	DbDataReader r,
	TextWriter writer,
	Dictionary<string, Object> extra,
	bool bracket
)

Parameters

r
Type: System.Data.CommonDbDataReader
writer
Type: System.IOTextWriter
extra
Type: System.Collections.GenericDictionaryString, Object
bracket
Type: SystemBoolean
See Also