NbDatabaseImplDelete Method |
削除する
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 Delete(
string table,
string where,
Object[] whereArgs
)
Public Function Delete (
table As String,
where As String,
whereArgs As Object()
) As Integer
public:
virtual int Delete(
String^ table,
String^ where,
array<Object^>^ whereArgs
) sealed
abstract Delete :
table : string *
where : string *
whereArgs : Object[] -> int
override Delete :
table : string *
where : string *
whereArgs : Object[] -> int
Parameters
- table
- Type: SystemString
テーブル名 - where
- Type: SystemString
WHERE - whereArgs
- Type: SystemObject
WHERE引数
Return Value
Type:
Int32削除された行数
Implements
NbDatabaseDelete(String, String, Object)Exceptions Exception | Condition |
---|
ArgumentNullException | テーブル名がnull |
Version Information Offline
Supported in: 1.0
See Also