C# 클래스 Nyan.Modules.Data.PgSql.PgSqlDynamicParameters

상속: DynamicParametersPrimitive, SqlMapper.IDynamicParameters
파일 보기 프로젝트 열기: bucknellu/Nyan

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ConvertGenericTypeToCustomType ( DbGenericType type ) : DbType

메소드 상세

Add() 공개 메소드

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
리턴 void

AddDynamicParams() 공개 메소드

public AddDynamicParams ( object template ) : void
template object
리턴 void

AddParameters() 공개 메소드

public AddParameters ( IDbCommand command, Dapper.SqlMapper identity ) : void
command IDbCommand
identity Dapper.SqlMapper
리턴 void

CustomizeParameterInformation() 공개 메소드

public CustomizeParameterInformation ( ParameterInformation p ) : ParameterInformation
p ParameterInformation
리턴 ParameterInformation

PgSqlDynamicParameters() 공개 메소드

public PgSqlDynamicParameters ( ) : System
리턴 System

PgSqlDynamicParameters() 공개 메소드

public PgSqlDynamicParameters ( object template ) : System
template object
리턴 System

SqlMapper() 공개 메소드

public SqlMapper ( IDbCommand command, Dapper.SqlMapper identity ) : void
command IDbCommand
identity Dapper.SqlMapper
리턴 void