Click or drag to resize

SQLiteConnectionPoolAddUnique Method

Add unique value

Namespace:  SanteDB.DisconnectedClient.SQLite.Connection
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public LockableSQLiteConnection AddUnique(
	LockableSQLiteConnection item,
	Predicate<LockableSQLiteConnection> predicate
)

Parameters

item
Type: SanteDB.DisconnectedClient.SQLite.ConnectionLockableSQLiteConnection

[Missing <param name="item"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionPool.AddUnique(SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection,System.Predicate{SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection})"]

predicate
Type: SystemPredicateLockableSQLiteConnection

[Missing <param name="predicate"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionPool.AddUnique(SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection,System.Predicate{SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection})"]

Return Value

Type: LockableSQLiteConnection

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionPool.AddUnique(SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection,System.Predicate{SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection})"]

See Also