C# 클래스 NetBase.Sql.SelectQuery

Unfortunately actually executing a select statement is quite a challenge; and such a large bit of code that it seems a bit out of place. Thus the "executive" namespace that actually deals with executing the queries; which may mean it would be a good idea to clean up the parsing by moving it into individual classes.
상속: IQuery
파일 보기 프로젝트 열기: buttonpusher/NetBase 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectAll bool

공개 메소드들

메소드 설명
SelectQuery ( ) : System

메소드 상세

SelectQuery() 공개 메소드

public SelectQuery ( ) : System
리턴 System

프로퍼티 상세

SelectAll 공개적으로 프로퍼티

public bool SelectAll
리턴 bool