Click or drag to resize

DbSqlUpdate Method (String, DatabaseRow, String, DictionaryString, Object)

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 override bool Update(
	string table,
	DatabaseRow r,
	string where,
	Dictionary<string, Object> parameters
)

Parameters

table
Type: SystemString
r
Type: Scilligence.MolEngine.CompanionDatabaseRow
where
Type: SystemString
parameters
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also