C# 클래스 CSDataBase.cOpenRsCommand

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
cOpenRsCommand ( ) : System
execute ( ) : void
getExecuteCommand ( cDataBase db, string sqlstmt ) : void

비공개 메소드들

메소드 설명
callBack ( IAsyncResult ar ) : void

메소드 상세

cOpenRsCommand() 공개 메소드

public cOpenRsCommand ( ) : System
리턴 System

execute() 공개 메소드

public execute ( ) : void
리턴 void

getExecuteCommand() 공개 메소드

public getExecuteCommand ( cDataBase db, string sqlstmt ) : void
db cDataBase
sqlstmt string
리턴 void