SQLiteConnectionUpdateAll Method |
Updates all specified objects.
Namespace:
SQLite
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public int UpdateAll(
IEnumerable objects
)
Parameters
- objects
- Type: System.CollectionsIEnumerable
An IEnumerable of the objects to insert.
Return Value
Type:
Int32
The number of rows modified.
See Also