Click or drag to resize

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; }

Parameters

index
Type: SystemInt32

Property Value

Type: LockableSQLiteConnection

Implements

IListTItemInt32
See Also