NbDatabaseImplUpdate Method |
UPDATE
Namespace: Nec.Nebula.Internal.DatabaseAssembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public int Update(
string table,
Dictionary<string, Object> values,
string where,
Object[] whereArgs
)
Public Function Update (
table As String,
values As Dictionary(Of String, Object),
where As String,
whereArgs As Object()
) As Integer
public:
virtual int Update(
String^ table,
Dictionary<String^, Object^>^ values,
String^ where,
array<Object^>^ whereArgs
) sealed
abstract Update :
table : string *
values : Dictionary<string, Object> *
where : string *
whereArgs : Object[] -> int
override Update :
table : string *
values : Dictionary<string, Object> *
where : string *
whereArgs : Object[] -> int
Parameters
- table
- Type: SystemString
テーブル名 - values
- Type: System.Collections.GenericDictionaryString, Object
UPDATEするデータ - where
- Type: SystemString
WHERE - whereArgs
- Type: SystemObject
WHERE引数
Return Value
Type:
Int32更新された行数
Implements
NbDatabaseUpdate(String, DictionaryString, Object, String, Object)Exceptions Exception | Condition |
---|
ArgumentNullException | テーブル名、UPDATEするデータがnull |
Version Information Offline
Supported in: 1.0
See Also