| 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
)
Public Sub Add (
item As LockableSQLiteConnection
)
public:
virtual void Add(
LockableSQLiteConnection^ item
) sealed
abstract Add :
item : LockableSQLiteConnection -> unit
override Add :
item : LockableSQLiteConnection -> unit
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