DataManagerImplCordovaUpdate Method (String, ListString, ListObject, 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 CordovaUpdate(
string tableName,
List<string> columnNames,
List<Object> columnValues,
string whereClause = ""
)
Public Function CordovaUpdate (
tableName As String,
columnNames As List(Of String),
columnValues As List(Of Object),
Optional whereClause As String = ""
) As Integer
public:
int CordovaUpdate(
String^ tableName,
List<String^>^ columnNames,
List<Object^>^ columnValues,
String^ whereClause = L""
)
member CordovaUpdate :
tableName : string *
columnNames : List<string> *
columnValues : List<Object> *
?whereClause : string
(* Defaults:
let _whereClause = defaultArg whereClause ""
*)
-> int
Parameters
- tableName
- Type: SystemString
- columnNames
- Type: System.Collections.GenericListString
- columnValues
- Type: System.Collections.GenericListObject
- whereClause (Optional)
- Type: SystemString
Return Value
Type:
Int32
See Also