Click or drag to resize

UMDBSaveName Method

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 bool SaveName(
	Database db,
	TextWriter w,
	long nameid,
	long moleculeid,
	long sourceid,
	string category,
	string name,
	DatabaseRow catalog,
	Dictionary<string, string> map,
	bool appending
)

Parameters

db
Type: Scilligence.MolEngine.CompanionDatabase
w
Type: System.IOTextWriter
nameid
Type: SystemInt64
moleculeid
Type: SystemInt64
sourceid
Type: SystemInt64
category
Type: SystemString
name
Type: SystemString
catalog
Type: Scilligence.MolEngine.CompanionDatabaseRow
map
Type: System.Collections.GenericDictionaryString, String
appending
Type: SystemBoolean

Return Value

Type: Boolean
See Also