Click or drag to resize

UMDBSaveCatalog 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 SaveCatalog(
	Database db,
	long nameid,
	DatabaseRow row,
	Dictionary<string, string> map,
	bool appending
)

Parameters

db
Type: Scilligence.MolEngine.CompanionDatabase
nameid
Type: SystemInt64
row
Type: Scilligence.MolEngine.CompanionDatabaseRow
map
Type: System.Collections.GenericDictionaryString, String
appending
Type: SystemBoolean

Return Value

Type: Boolean
See Also