| 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
)
Public Function IndexOf (
item As LockableSQLiteConnection
) As Integer
public:
virtual int IndexOf(
LockableSQLiteConnection^ item
) sealed
abstract IndexOf :
item : LockableSQLiteConnection -> int
override IndexOf :
item : LockableSQLiteConnection -> int
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