Click or drag to resize

SQLiteConnectionPoolIndexOf Method

Get the index of item

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

Parameters

item
Type: SanteDB.DisconnectedClient.SQLite.ConnectionLockableSQLiteConnection

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionPool.IndexOf(SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection)"]

Implements

IListTIndexOf(T)
See Also