Example #1
0
 public void SetSqlSent(byte[] sqlSent, SQLSentType sqlSentType)
 {//We only use this if there is an error, so let's only get the string when that happens.
     _sqlSent = sqlSent;
     _sqlSentType = sqlSentType;
 }
Example #2
0
 public void SetSqlSent(byte[] sqlSent, SQLSentType sqlSentType)
 {//We only use this if there is an error, so let's only get the string when that happens.
     _sqlSent     = sqlSent;
     _sqlSentType = sqlSentType;
 }