コード例 #1
0
ファイル: NodeTableBase.cs プロジェクト: hkhaug/UbwTools
 public override void PasteCreateNative(IDatabaseConnection connection)
 {
     FormatAndPasteToEditAreaButWarnIfEmpty(connection.GetCreateTableStatementNative(Text));
 }
コード例 #2
0
ファイル: NodeTableBase.cs プロジェクト: hkhaug/UbwTools
 public override void CopyCreateNative(IDatabaseConnection connection)
 {
     FormatAndCopyToClipboardButWarnIfEmpty(connection.GetCreateTableStatementNative(Text));
 }