Click or drag to resize

SQLiteConnection.InsertAll Method (IEnumerable, Type)

Inserts all specified objects.

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public int InsertAll(
	IEnumerable objects,
	Type objType
)

Parameters

objects
Type: System.Collections.IEnumerable
An IEnumerable of the objects to insert.
objType
Type: System.Type
The type of object to insert.

Return Value

Type: Int32
The number of rows added to the table.
See Also