Click or drag to resize

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)
Syntax
public int CordovaInsert(
	string tableName,
	JObject jsonObject
)

Parameters

tableName
Type: SystemString
jsonObject
Type: JObject

Return Value

Type: Int32
See Also