C# 클래스 Netronics.DB.DBMS.DB

파일 보기 프로젝트 열기: shlee322/Netronics

보호된 프로퍼티들

프로퍼티 타입 설명
Instance DB

공개 메소드들

메소드 설명
CreateTable ( string tableName, IEnumerable fieldInfos ) : void
Find ( string tableName, int id ) : NameValueCollection
Find ( string tableName, Where where ) : System.Collections.Specialized.NameValueCollection[]
GetCount ( string tableName ) : long
GetInstance ( ) : DB
Save ( string tableName, IEnumerable dbField, Model model ) : long

보호된 메소드들

메소드 설명
DB ( ) : System

메소드 상세

CreateTable() 공개 메소드

public CreateTable ( string tableName, IEnumerable fieldInfos ) : void
tableName string
fieldInfos IEnumerable
리턴 void

DB() 보호된 메소드

protected DB ( ) : System
리턴 System

Find() 공개 메소드

public Find ( string tableName, int id ) : NameValueCollection
tableName string
id int
리턴 System.Collections.Specialized.NameValueCollection

Find() 공개 메소드

public Find ( string tableName, Where where ) : System.Collections.Specialized.NameValueCollection[]
tableName string
where Where
리턴 System.Collections.Specialized.NameValueCollection[]

GetCount() 공개 메소드

public GetCount ( string tableName ) : long
tableName string
리턴 long

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : DB
리턴 DB

Save() 공개 메소드

public Save ( string tableName, IEnumerable dbField, Model model ) : long
tableName string
dbField IEnumerable
model Model
리턴 long

프로퍼티 상세

Instance 보호되어 있는 정적으로 프로퍼티

protected static DB,Netronics.DB.DBMS Instance
리턴 DB