削除する
Namespace: Nec.Nebula.Internal.DatabaseAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax int Delete(
string table,
string where,
Object[] whereArgs
)
Function Delete (
table As String,
where As String,
whereArgs As Object()
) As Integer
int Delete(
String^ table,
String^ where,
array<Object^>^ whereArgs
)
abstract Delete :
table : string *
where : string *
whereArgs : Object[] -> int
Parameters
- table
- Type: SystemString
テーブル名 - where
- Type: SystemString
WHERE - whereArgs
- Type: SystemObject
WHERE引数
Return Value
Type:
Int32削除された行数
Version Information Core
Supported in: 1.0
See Also