MySqlMethodsFactory
Namespace: MJCZone.DapperMatic.Providers.MySql
Assembly: MJCZone.DapperMatic
Summary
Factory class for creating MySQL specific database methods.
Inheritance
Base Class: DatabaseMethodsFactoryBase
public
Contents
Constructors (1) | Methods (7)
Constructors
MySqlMethodsFactory
csharp
MySqlMethodsFactory()Methods
| Method | Summary |
|---|---|
| SupportsConnectionCustom | Determines whether the specified database connection supports custom connection settings. |
| SupportsConnection | Determines whether the specified database connection is supported. |
| GetMethods | Gets the database methods for the specified database connection. |
| GetType | |
| ToString | |
| Equals | |
| GetHashCode |
SupportsConnectionCustom
Determines whether the specified database connection supports custom connection settings.
csharp
bool SupportsConnectionCustom(IDbConnection db)Parameters
- db (IDbConnection) - The database connection.
Returns
Type: bool
SupportsConnection
Determines whether the specified database connection is supported.
csharp
bool SupportsConnection(IDbConnection db)Parameters
- db (IDbConnection) - The database connection.
Returns
Type: bool
GetMethods
Gets the database methods for the specified database connection.
csharp
GetMethods(IDbConnection db)Parameters
- db (IDbConnection) - The database connection.
Returns
The database methods for the specified connection.
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()