Sq3LiteC - work with a row … More...
Functions | |
int | cssq3lite.Sq3LiteC.Changes () |
C#: → C-API Count The Number Of Rows Modified … | |
long | cssq3lite.Sq3LiteC.Changes64 () |
C#: → C-API Count The Number Of Rows Modified … | |
void | cssq3lite.Sq3LiteC.SetLastInsertRowid (long arg1) |
C#: → C-API Set the Last Insert Rowid value … | |
int | cssq3lite.Sq3LiteC.TotalChanges () |
C#: → C-API Total Number Of Rows Modified … | |
long | cssq3lite.Sq3LiteC.TotalChanges64 () |
C#: → C-API Total Number Of Rows Modified … | |
Sq3LiteC - work with a row …
|
inline |
C#:
→ C-API int sq3lite.Changes()
Count The Number Of Rows Modified …
Definition at line 538 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API long sq3lite.Changes64()
Count The Number Of Rows Modified …
Definition at line 544 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API sq3lite.SetLastInsertRowid(long arg1)
Set the Last Insert Rowid value …
Definition at line 550 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API int sq3lite.TotalChanges()
Total Number Of Rows Modified …
Definition at line 555 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API long sq3lite.TotalChanges64()
Total Number Of Rows Modified …
Definition at line 561 of file Sq3LiteC_cs.cs.