Click or drag to resize

DataManagerImplCordovaDelete Method (String, String)

Namespace:  Unvired.Kernel.UWP.Database
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int CordovaDelete(
	string tableName,
	string whereClause
)

Parameters

tableName
Type: SystemString
whereClause
Type: SystemString

Return Value

Type: Int32
See Also