Exemplo n.º 1
0
 internal int GetReturnCode(string commandText)
 {
     return(HugoReportWriterUtilities.GetReturnCode(CommandCollection, commandText));
 }
Exemplo n.º 2
0
 public void LogCommand(string commandText)
 {
     HugoReportWriterUtilities.LogSqlCommand(CommandCollection, commandText);
 }