| SQLiteConnectionPoolRemove Method |
Remove item
Namespace:
SanteDB.DisconnectedClient.SQLite.Connection
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public bool Remove(
LockableSQLiteConnection item
)
Public Function Remove (
item As LockableSQLiteConnection
) As Boolean
public:
virtual bool Remove(
LockableSQLiteConnection^ item
) sealed
abstract Remove :
item : LockableSQLiteConnection -> bool
override Remove :
item : LockableSQLiteConnection -> bool
Parameters
- item
- Type: SanteDB.DisconnectedClient.SQLite.ConnectionLockableSQLiteConnection
[Missing <param name="item"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionPool.Remove(SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionPool.Remove(SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection)"]
Implements
ICollectionTRemove(T)See Also