Example #1
0
 public override void PasteCreateAsql(IDatabaseConnection connection)
 {
     FormatAndPasteToEditAreaButWarnIfEmpty(connection.GetCreateViewStatementAsql(Text));
 }
Example #2
0
 public override void CopyCreateAsql(IDatabaseConnection connection)
 {
     FormatAndCopyToClipboardButWarnIfEmpty(connection.GetCreateViewStatementAsql(Text));
 }