Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int Changes(
IntPtr db
)
Public Shared Function Changes (
db As IntPtr
) As Integer
public:
static int Changes(
IntPtr db
)
static member Changes :
db : IntPtr -> int
Parameters
- db
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also