Method | Description | |
---|---|---|
CloseConnection ( ) : void | ||
MySQL ( ) : System | ||
OpenConnection ( string connectionString ) : void | ||
RunCommand ( string mysql_command, int maxResultSize ) : IEnumerable |
||
RunProcedure ( string procedure, string parameters, int maxResultSize ) : IEnumerable |
Method | Description | |
---|---|---|
GetCommand ( string procedureName ) : |
||
RunOnDatabase ( |
||
checkConnectionThread ( object obj ) : void |
public OpenConnection ( string connectionString ) : void | ||
connectionString | string | |
return | void |
public RunCommand ( string mysql_command, int maxResultSize ) : IEnumerable |
||
mysql_command | string | |
maxResultSize | int | |
return | IEnumerable |
public RunProcedure ( string procedure, string parameters, int maxResultSize ) : IEnumerable |
||
procedure | string | |
parameters | string | |
maxResultSize | int | |
return | IEnumerable |