Method | Description | |
---|---|---|
Add ( string name, object value = null, DbGenericType dbType = null, ParameterDirection direction = null, int size = null ) : void |
|
|
AddDynamicParams ( object template ) : void |
|
|
AddParameters ( IDbCommand command, Dapper.SqlMapper identity ) : void |
|
|
CustomizeParameterInformation ( ParameterInformation p ) : ParameterInformation |
|
|
PgSqlDynamicParameters ( ) : System | ||
PgSqlDynamicParameters ( object template ) : System | ||
SqlMapper ( IDbCommand command, Dapper.SqlMapper identity ) : void |
|
Method | Description | |
---|---|---|
ConvertGenericTypeToCustomType ( DbGenericType type ) : DbType |
|
public Add ( string name, object value = null, DbGenericType dbType = null, ParameterDirection direction = null, int size = null ) : void | ||
name | string | |
value | object | |
dbType | DbGenericType | |
direction | ParameterDirection | |
size | int | |
return | void |
public AddDynamicParams ( object template ) : void | ||
template | object | |
return | void |
public AddParameters ( IDbCommand command, Dapper.SqlMapper identity ) : void | ||
command | IDbCommand | |
identity | Dapper.SqlMapper | |
return | void |
public CustomizeParameterInformation ( ParameterInformation p ) : ParameterInformation | ||
p | ParameterInformation | |
return | ParameterInformation |
public PgSqlDynamicParameters ( object template ) : System | ||
template | object | |
return | System |
public SqlMapper ( IDbCommand command, Dapper.SqlMapper identity ) : void | ||
command | IDbCommand | |
identity | Dapper.SqlMapper | |
return | void |