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 SqliteMethodsFactory class.... |
| SupportsConnection | |
| GetMethods | Gets the database methods for the specified database connection. |
| GetType | |
| ToString | |
| Equals | |
| GetHashCode |
SupportsConnectionCustom
Initializes a new instance of the 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
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()