Click or drag to resize

IFileUtilsWriteFromDB Method (Database, String, JSDrawFormColumn, String, Stream, DatabaseRowProccesser)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
bool WriteFromDB(
	Database db,
	string sql,
	JSDrawFormColumn[] cols,
	string filename,
	Stream writer,
	DatabaseRowProccesser processor
)

Parameters

db
Type: Scilligence.MolEngine.CompanionDatabase
sql
Type: SystemString
cols
Type: Scilligence.MolEngine.CompanionJSDrawFormColumn
filename
Type: SystemString
writer
Type: System.IOStream
processor
Type: Scilligence.MolEngine.CompanionDatabaseRowProccesser

Return Value

Type: Boolean
See Also