public override void PasteCreateAsql(IDatabaseConnection connection) { FormatAndPasteToEditAreaButWarnIfEmpty(connection.GetCreateViewStatementAsql(Text)); }
public override void CopyCreateAsql(IDatabaseConnection connection) { FormatAndCopyToClipboardButWarnIfEmpty(connection.GetCreateViewStatementAsql(Text)); }