Click or drag to resize

HELMMonomerDBSave Method (UserDB, Int64, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, DateTime, Boolean, String)

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 Save(
	UserDB db,
	long id,
	string symbol,
	string name,
	string status,
	string naturalanalog,
	string molfile,
	string smiles,
	string polymertype,
	string monomertype,
	string[] aliases,
	string r1,
	string r2,
	string r3,
	string r4,
	string r5,
	string r6,
	string r7,
	string r8,
	string r9,
	string r10,
	string author,
	DateTime dt,
	bool duplicatecheck,
	string doc
)

Parameters

db
Type: UserDB
id
Type: SystemInt64
symbol
Type: SystemString
name
Type: SystemString
status
Type: SystemString
naturalanalog
Type: SystemString
molfile
Type: SystemString
smiles
Type: SystemString
polymertype
Type: SystemString
monomertype
Type: SystemString
aliases
Type: SystemString
r1
Type: SystemString
r2
Type: SystemString
r3
Type: SystemString
r4
Type: SystemString
r5
Type: SystemString
r6
Type: SystemString
r7
Type: SystemString
r8
Type: SystemString
r9
Type: SystemString
r10
Type: SystemString
author
Type: SystemString
dt
Type: SystemDateTime
duplicatecheck
Type: SystemBoolean
doc
Type: SystemString

Return Value

Type: Boolean
See Also