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