C# 클래스 UserInterface_Mockup_ICT4Reals.DataBase.Database

파일 보기 프로젝트 열기: marouanopen/ICT4Reals

공개 메소드들

메소드 설명
Database ( ) : System

constructor

QueryName ( ) : List

보호된 메소드들

메소드 설명
doQuery ( string query ) : int

doQuery

getQuery ( string query ) : object>>.List

GetQuery

비공개 메소드들

메소드 설명
Connect ( ) : void

Connect

Disconnect ( ) : void

Disconnect

메소드 상세

Database() 공개 메소드

constructor
public Database ( ) : System
리턴 System

QueryName() 공개 메소드

public QueryName ( ) : List
리턴 List

doQuery() 보호된 메소드

doQuery
protected doQuery ( string query ) : int
query string here u need to insert your query
리턴 int

getQuery() 보호된 메소드

GetQuery
protected getQuery ( string query ) : object>>.List
query string here u need to insert your query
리턴 object>>.List