NbDatabaseImpl.Delete Method |
削除する
Namespace: Nec.Nebula.Internal.DatabaseAssembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntaxpublic 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: System.String
テーブル名 - where
- Type: System.String
WHERE - whereArgs
- Type:System.Object[]
WHERE引数
Return Value
Type:
Int32削除された行数
Implements
NbDatabase.Delete(String, String,Object[])
ExceptionsException | Condition |
---|
ArgumentNullException | テーブル名がnull |
Version InformationOffline
Supported in: 1.0
See Also