Click or drag to resize

SQLiteConnectionPoolAdd Method

Add an item

Namespace:  SanteDB.DisconnectedClient.SQLite.Connection
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void Add(
	LockableSQLiteConnection item
)

Parameters

item
Type: SanteDB.DisconnectedClient.SQLite.ConnectionLockableSQLiteConnection

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

Implements

ICollectionTAdd(T)
See Also