Click or drag to resize

SQLiteConnectionPool Class

SQLite connection pool
Inheritance Hierarchy
SystemObject
  SanteDB.DisconnectedClient.SQLite.ConnectionSQLiteConnectionPool

Namespace:  SanteDB.DisconnectedClient.SQLite.Connection
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public class SQLiteConnectionPool : IList<LockableSQLiteConnection>, 
	ICollection<LockableSQLiteConnection>, IEnumerable<LockableSQLiteConnection>, IEnumerable, 
	IDisposable

The SQLiteConnectionPool type exposes the following members.

Constructors
  NameDescription
Public methodSQLiteConnectionPool
Initializes a new instance of the SQLiteConnectionPool class
Top
Properties
  NameDescription
Public propertyCount
Get the count
Public propertyIsReadOnly
Readonly
Public propertyItem
Gets the specified pool object
Top
Methods
  NameDescription
Public methodAdd
Add an item
Public methodAddUnique
Add unique value
Public methodClear
Clear the specified object
Public methodCloseAll
Close all connection
Public methodContains
True if the object is contained
Public methodCopyTo
Copy to another
Public methodDispose
Dispose the object
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEntered
Get a connection this already owns
Public methodGetEnumerator
Get enumerator
Public methodGetFree
Get the free object
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWritable
Get a writable connection
Public methodIndexOf
Get the index of item
Public methodInsert
Insert the object
Public methodLock
Locks the object
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Remove item
Public methodRemoveAt
Remove att
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also