SqliteMethodsFactory ​
Namespace: MJCZone.DapperMatic.Providers.Sqlite
Assembly: MJCZone.DapperMatic
Summary ​
Provides SQLite specific database methods.
Inheritance ​
Base Class: DatabaseMethodsFactoryBase
public
Contents ​
Constructors (1) | Methods (7)
Constructors ​
SqliteMethodsFactory ​
csharp
SqliteMethodsFactory()
Methods ​
Method | Summary |
---|---|
SupportsConnectionCustom | Initializes a new instance of the MJCZone.DapperMatic.Providers.Sqlite.SqliteMethodsFactory class.... |
SupportsConnection | |
GetMethods | Gets the database methods for the specified database connection. |
GetType | |
ToString | |
Equals | |
GetHashCode |
SupportsConnectionCustom ​
Initializes a new instance of the MJCZone.DapperMatic.Providers.Sqlite.SqliteMethodsFactory
class.
csharp
bool SupportsConnectionCustom(IDbConnection db)
Parameters ​
- db (IDbConnection) - Database connection.
Returns ​
Type: bool
true/false.
SupportsConnection ​
csharp
bool SupportsConnection()
Returns ​
Type: bool
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()