C# Class Nyan.Modules.Data.PgSql.PgSqlDynamicParameters

Inheritance: DynamicParametersPrimitive, SqlMapper.IDynamicParameters
Afficher le fichier Open project: bucknellu/Nyan

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
ConvertGenericTypeToCustomType ( DbGenericType type ) : DbType

Method Details

Add() public méthode

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
Résultat void

AddDynamicParams() public méthode

public AddDynamicParams ( object template ) : void
template object
Résultat void

AddParameters() public méthode

public AddParameters ( IDbCommand command, Dapper.SqlMapper identity ) : void
command IDbCommand
identity Dapper.SqlMapper
Résultat void

CustomizeParameterInformation() public méthode

public CustomizeParameterInformation ( ParameterInformation p ) : ParameterInformation
p ParameterInformation
Résultat ParameterInformation

PgSqlDynamicParameters() public méthode

public PgSqlDynamicParameters ( ) : System
Résultat System

PgSqlDynamicParameters() public méthode

public PgSqlDynamicParameters ( object template ) : System
template object
Résultat System

SqlMapper() public méthode

public SqlMapper ( IDbCommand command, Dapper.SqlMapper identity ) : void
command IDbCommand
identity Dapper.SqlMapper
Résultat void