| SQLiteConnectionPoolItem Property |
Gets the specified pool object
Namespace:
SanteDB.DisconnectedClient.SQLite.Connection
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public LockableSQLiteConnection this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As LockableSQLiteConnection
Get
Set
public:
virtual property LockableSQLiteConnection^ default[int index] {
LockableSQLiteConnection^ get (int index) sealed;
void set (int index, LockableSQLiteConnection^ value) sealed;
}
abstract Item : LockableSQLiteConnection with get, set
override Item : LockableSQLiteConnection with get, set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
LockableSQLiteConnectionImplements
IListTItemInt32See Also