Click or drag to resize
NbDatabaseImplDelete 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: SystemString
テーブル名
where
Type: SystemString
WHERE
whereArgs
Type: SystemObject
WHERE引数

Return Value

Type: Int32
削除された行数

Implements

NbDatabaseDelete(String, String, Object)
Exceptions
ExceptionCondition
ArgumentNullExceptionテーブル名がnull
Version Information

Offline

Supported in: 1.0
See Also