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