Click or drag to resize
NbDatabaseImpl.Delete Method
削除する

Namespace: Nec.Nebula.Internal.Database
Assembly: 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
)

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[])
Exceptions
ExceptionCondition
ArgumentNullExceptionテーブル名がnull
Version Information

Offline

Supported in: 1.0
See Also