C# 클래스 PatientPending.Core.SqlActuator

파일 보기 프로젝트 열기: PaulUpson/PatientPending

보호된 메소드들

메소드 설명
CreateCommand ( string sql, DbConnection conn ) : DbCommand
Execute ( IEnumerable commands ) : int
Fetch ( string sql ) : IEnumerable
Query ( string sql ) : IEnumerable
Scalar ( string sql ) : object
SqlActuator ( string connectionStringName ) : System

비공개 메소드들

메소드 설명
OpenConnection ( ) : DbConnection

메소드 상세

CreateCommand() 보호된 메소드

protected CreateCommand ( string sql, DbConnection conn ) : DbCommand
sql string
conn System.Data.Common.DbConnection
리턴 System.Data.Common.DbCommand

Execute() 보호된 메소드

protected Execute ( IEnumerable commands ) : int
commands IEnumerable
리턴 int

Fetch() 보호된 메소드

protected Fetch ( string sql ) : IEnumerable
sql string
리턴 IEnumerable

Query() 보호된 메소드

protected Query ( string sql ) : IEnumerable
sql string
리턴 IEnumerable

Scalar() 보호된 메소드

protected Scalar ( string sql ) : object
sql string
리턴 object

SqlActuator() 보호된 메소드

protected SqlActuator ( string connectionStringName ) : System
connectionStringName string
리턴 System