Class Window_SqlEditorDialog
Interaktionslogik für Window_SqlEditorDialog.xaml
Inheritance
System.Object
    Window_SqlEditorDialog
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class Window_SqlEditorDialog : MSWindow
  Constructors
| Improve this Doc View SourceWindow_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 SourceShowWindow(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  |