C# 클래스 WeenyMapper.Sql.SqlServerCommandFactory

상속: DbCommandFactoryBase
파일 보기 프로젝트 열기: erikojebo/WeenyMapper 1 사용 예제들

공개 메소드들

메소드 설명
CreateParameter ( string name, object value ) : DbParameter
SqlServerCommandFactory ( string connectionString ) : System

보호된 메소드들

메소드 설명
CreateNewCommand ( string commandText ) : DbCommand
CreateNewConnection ( string connectionString ) : DbConnection

메소드 상세

CreateNewCommand() 보호된 메소드

protected CreateNewCommand ( string commandText ) : DbCommand
commandText string
리턴 System.Data.Common.DbCommand

CreateNewConnection() 보호된 메소드

protected CreateNewConnection ( string connectionString ) : DbConnection
connectionString string
리턴 System.Data.Common.DbConnection

CreateParameter() 공개 메소드

public CreateParameter ( string name, object value ) : DbParameter
name string
value object
리턴 System.Data.Common.DbParameter

SqlServerCommandFactory() 공개 메소드

public SqlServerCommandFactory ( string connectionString ) : System
connectionString string
리턴 System