C# Class CSDataBase.cOpenRsCommand

显示文件 Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
cOpenRsCommand ( ) : System
execute ( ) : void
getExecuteCommand ( cDataBase db, string sqlstmt ) : void

Private Methods

Method Description
callBack ( IAsyncResult ar ) : void

Method Details

cOpenRsCommand() public method

public cOpenRsCommand ( ) : System
return System

execute() public method

public execute ( ) : void
return void

getExecuteCommand() public method

public getExecuteCommand ( cDataBase db, string sqlstmt ) : void
db cDataBase
sqlstmt string
return void