public abstract string Write(SQAddColumn addColumn);
Exemple #2
0
 public override string Write(SQAddColumn addColumn)
 {
     throw new NotImplementedException();
 }