note
VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.
Interface IVeloxDBConnectionProvider
Provides connections to a VeloxDB instance.
Namespace: VeloxDB.AspNet
Assembly: vlxasp.dll
Syntax
public interface IVeloxDBConnectionProvider
Methods
Get<T>()
Gets a connection of the specified type.
Declaration
T Get<T>()
where T : class
Returns
Type | Description |
---|---|
T | A connection of the specified type. |
Type Parameters
Name | Description |
---|---|
T | The type of connection to get. |