SQLiteConnectionUpdateAll Method |
Updates all specified objects.
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int UpdateAll(
IEnumerable objects
)
Public Function UpdateAll (
objects As IEnumerable
) As Integer
public:
int UpdateAll(
IEnumerable^ objects
)
member UpdateAll :
objects : IEnumerable -> int
Parameters
- objects
- Type: System.CollectionsIEnumerable
An [!:IEnumerable] of the objects to insert.
Return Value
Type:
Int32
The number of rows modified.
See Also