예제 #1
0
 /// <summary>
 /// Creates a <see cref="DestinationTableDropper"/> using the specified  <see cref="PipelineContext"/>
 /// </summary>
 /// <param name="c"></param>
 public DestinationTableDropper(PipelineContext c)
 {
     DestinationTableName = c.DestinationTableName;
 }