Connection
Assembly: uMod.Core.dll
Inheritance Object Connection
Implements INameable
Summary
Connection class
Constructors
Name | Summary |
|---|---|
Connection ( | Create new connection |
Properties
Name | Summary |
|---|---|
Name | Gets connection name |
State | Connection state |
Methods
Name | Summary |
|---|---|
CheckStatus ( | Check connection status |
Close () | Close connection |
Create a new non-query with no return rows | |
Create a new non-query with no return rows (but strongly-typed result) | |
Create a new non-query that returns a scalar value | |
Create a new non-query that returns a scalar value | |
Migrate< | Perform migration in specified direction |
Migrate ( | Perform migration in the specified direction |
Open () | Open connection |
Create a new query | |
Create a new query that returns multiple strongly-typed results | |
Query< | Create a new query that returns multiple strongly-typed results with multi-mapping |
Create a new query that returns first result | |
Create a new query that returns first strongly-typed result | |
Create a new query that returns a single result | |
Create a new query that returns a single strongly-typed result | |
Transaction ( | Create transaction |
Transaction< | Create strongly-typed transaction |