Beispiel #1
0
 public virtual void PrepareCommand(ref CommandType commandType, ref string commandText, ref IDbDataParameter[] commandParameters)
 {
     dp.PrepareCommand(ref commandType, ref commandText, ref commandParameters);
 }