Click or drag to resize

SQLiteConnectionInsertAll Method (IEnumerable, Type)

Inserts 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)
Syntax
public int InsertAll(
	IEnumerable objects,
	Type objType
)

Parameters

objects
Type: System.CollectionsIEnumerable
An [!:IEnumerable] of the objects to insert.
objType
Type: SystemType
The type of object to insert.

Return Value

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