SqlServerMethodsFactory ​
Namespace: MJCZone.DapperMatic.Providers.SqlServer
Assembly: MJCZone.DapperMatic
Summary ​
Factory class for creating SQL Server specific database methods.
Inheritance ​
Base Class: DatabaseMethodsFactoryBase
public
Contents ​
Constructors (1) | Methods (7)
Constructors ​
SqlServerMethodsFactory ​
csharp
SqlServerMethodsFactory()
Methods ​
Method | Summary |
---|---|
SupportsConnectionCustom | Determines whether the specified connection supports custom handling. |
SupportsConnection | Determines whether the specified connection is supported. |
GetMethods | Gets the database methods for the specified database connection. |
GetType | |
ToString | |
Equals | |
GetHashCode |
SupportsConnectionCustom ​
Determines whether the specified connection supports custom handling.
csharp
bool SupportsConnectionCustom(IDbConnection db)
Parameters ​
- db (IDbConnection) - The database connection.
Returns ​
Type: bool
SupportsConnection ​
Determines whether the specified 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
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()