Skip to content

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 ​

MethodSummary
SupportsConnectionCustomDetermines whether the specified database connection supports custom connection settings.
SupportsConnectionDetermines whether the specified database connection is supported.
GetMethodsGets 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

if the connection supports custom settings; otherwise, .

SupportsConnection ​

Determines whether the specified database connection is supported.

csharp
bool SupportsConnection(IDbConnection db)

Parameters ​

  • db (IDbConnection) - The database connection.

Returns ​

Type: bool

if the connection is supported; otherwise, .

GetMethods ​

Gets the database methods for the specified database connection.

csharp
void GetMethods(IDbConnection db)

Parameters ​

  • db (IDbConnection) - The database connection.

Returns ​

The database methods for the specified connection.

GetType ​

csharp
void GetType()

ToString ​

csharp
void ToString()

Equals ​

csharp
void Equals()

GetHashCode ​

csharp
void GetHashCode()