C# Class CSDataBase.cOpenRsCommand

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode Description
cOpenRsCommand ( ) : System
execute ( ) : void
getExecuteCommand ( cDataBase db, string sqlstmt ) : void

Private Methods

Méthode Description
callBack ( IAsyncResult ar ) : void

Method Details

cOpenRsCommand() public méthode

public cOpenRsCommand ( ) : System
Résultat System

execute() public méthode

public execute ( ) : void
Résultat void

getExecuteCommand() public méthode

public getExecuteCommand ( cDataBase db, string sqlstmt ) : void
db cDataBase
sqlstmt string
Résultat void