IConnectionStore<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the interface for the generic connection store.
generic <typename T>
public interface class IConnectionStore
public interface IConnectionStore<T>
type IConnectionStore<'T> = interface
Public Interface IConnectionStore(Of T)
Type Parameters
- T
The generic Type of value.
- Derived
Methods
GetConnection() |
Retrieves a new connection from the store with the default property values. |
GetConnection(Boolean) |
Retrieves a new connection or duplicates the existing connection from the store. |