internal int GetReturnCode(string commandText) { return(HugoReportWriterUtilities.GetReturnCode(CommandCollection, commandText)); }
public void LogCommand(string commandText) { HugoReportWriterUtilities.LogSqlCommand(CommandCollection, commandText); }