C# 클래스 DbSlim.Select

파일 보기 프로젝트 열기: Ang3lFir3/DbSlim

공개 메소드들

메소드 설명
Query ( ) : List
Select ( string connectionString, string tableName, string condition ) : System

비공개 메소드들

메소드 설명
AddFieldValuePairs ( List objects, List names, DataRow row ) : void
CreateResults ( DataTable table ) : List
GetColumnNames ( DataTable table ) : List
LoadTable ( IDbCommand command ) : DataTable
MakeCommand ( SqlConnection connection, string query ) : IDbCommand
MakeQuery ( ) : string

메소드 상세

Query() 공개 메소드

public Query ( ) : List
리턴 List

Select() 공개 메소드

public Select ( string connectionString, string tableName, string condition ) : System
connectionString string
tableName string
condition string
리턴 System