Click or drag to resize
NbDatabaseUpdate Method
UPDATE

Namespace: Nec.Nebula.Internal.Database
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
int Update(
	string table,
	Dictionary<string, Object> values,
	string where,
	Object[] whereArgs
)

Parameters

table
Type: SystemString
テーブル名
values
Type: System.Collections.GenericDictionaryString, Object
UPDATEするデータ
where
Type: SystemString
WHERE
whereArgs
Type: SystemObject
WHERE引数

Return Value

Type: Int32
更新された行数
Version Information

Core

Supported in: 1.0
See Also