Click or drag to resize

SQLiteConnectionPoolInsert Method

Insert the object

Namespace:  SanteDB.DisconnectedClient.SQLite.Connection
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void Insert(
	int index,
	LockableSQLiteConnection item
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionPool.Insert(System.Int32,SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection)"]

item
Type: SanteDB.DisconnectedClient.SQLite.ConnectionLockableSQLiteConnection

[Missing <param name="item"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionPool.Insert(System.Int32,SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection)"]

Implements

IListTInsert(Int32, T)
See Also