コード例 #1
0
ファイル: AlterOps.cs プロジェクト: timothydodd/dbshell
 public override void Run(IAlterProcessor proc, DbDiffOptions opts)
 {
     proc.RenameObject(OldObject, opts, NewName);
 }
コード例 #2
0
ファイル: AlterOps.cs プロジェクト: dbshell/dbshell
 public override void Run(IAlterProcessor proc, DbDiffOptions opts)
 {
     proc.RenameObject(OldObject, opts, NewName);
 }