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)
Syntaxpublic int CordovaDelete(
string tableName,
string whereClause
)
Public Function CordovaDelete (
tableName As String,
whereClause As String
) As Integer
public:
int CordovaDelete(
String^ tableName,
String^ whereClause
)
member CordovaDelete :
tableName : string *
whereClause : string -> int
Parameters
- tableName
- Type: SystemString
- whereClause
- Type: SystemString
Return Value
Type:
Int32
See Also