Click or drag to resize

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)
Syntax
public int CordovaUpdate(
	string tableName,
	List<string> columnNames,
	List<Object> columnValues,
	string whereClause = ""
)

Parameters

tableName
Type: SystemString
columnNames
Type: System.Collections.GenericListString
columnValues
Type: System.Collections.GenericListObject
whereClause (Optional)
Type: SystemString

Return Value

Type: Int32
See Also