Search Results for

    Show / Hide Table of Contents

    Class Window_SqlEditorDialog

    Interaktionslogik für Window_SqlEditorDialog.xaml

    Inheritance
    System.Object
    MSWindow
    Window_SqlEditorDialog
    Inherited Members
    MSWindow.OnWindowCommandAction
    MSWindow.CallWindowCommand(WindowCommand)
    MSWindow.CloseWithEscape
    MSWindow.WindowMode
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class Window_SqlEditorDialog : MSWindow

    Constructors

    | Improve this Doc View Source

    Window_SqlEditorDialog(String)

    Constructor Text, der gleich zu Anfang in der Textbox stehen soll

    Declaration
    public Window_SqlEditorDialog(string InitialText)
    Parameters
    Type Name Description
    System.String InitialText

    Methods

    | Improve this Doc View Source

    ShowWindow(String)

    Zeigt den SQL Editor als modale Dialogbox an.

    Declaration
    public static string ShowWindow(string InitialText)
    Parameters
    Type Name Description
    System.String InitialText

    Text, der gleich zu Anfang in der Textbox stehen soll

    Returns
    Type Description
    System.String

    null genau dann, wenn der User die Eingabe abgebrochen hat. Ansonsten wird der vom User geänderte/geschriebene SQL Text zurückgegeben

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx