Click or drag to resize

DataManagerImplCordovaSelectJson Method

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 JArray CordovaSelectJson(
	string tableName,
	string whereClause = ""
)

Parameters

tableName
Type: SystemString
whereClause (Optional)
Type: SystemString

Return Value

Type: JArray
See Also