Click or drag to resize

IMyTableSetValueInDB Method (UserDB, String, Object, Int64)

Namespace:  Scilligence.MolEngine.Web
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public bool SetValueInDB(
	UserDB db,
	string field,
	Object v,
	long id
)

Parameters

db
Type: UserDB
field
Type: SystemString
v
Type: SystemObject
id
Type: SystemInt64

Return Value

Type: Boolean
See Also