DataManagerImplCordovaInsertOrUpdate Method |
Insert or Update based on Lid.
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 CordovaInsertOrUpdate(
DataStructure dataStructure
)
Public Function CordovaInsertOrUpdate (
dataStructure As DataStructure
) As Integer
public:
int CordovaInsertOrUpdate(
DataStructure^ dataStructure
)
member CordovaInsertOrUpdate :
dataStructure : DataStructure -> int
Parameters
- dataStructure
- Type: Unvired.Kernel.UWP.ModelDataStructure
Return Value
Type:
Int32
See Also