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)
Syntaxpublic JArray CordovaSelectJson(
string tableName,
string whereClause = ""
)
Public Function CordovaSelectJson (
tableName As String,
Optional whereClause As String = ""
) As JArray
public:
JArray^ CordovaSelectJson(
String^ tableName,
String^ whereClause = L""
)
member CordovaSelectJson :
tableName : string *
?whereClause : string
(* Defaults:
let _whereClause = defaultArg whereClause ""
*)
-> JArray
Parameters
- tableName
- Type: SystemString
- whereClause (Optional)
- Type: SystemString
Return Value
Type:
JArray
See Also