Class Window_CreateEditConnection
Interaktionslogik für Window_CreateEditConnection.xaml
Inherited Members
Namespace: Simplic.Framework.Base.DB
Assembly: Simplic.Framework.Base.dll
Syntax
public class Window_CreateEditConnection : MSWindow
Constructors
| Improve this Doc View SourceWindow_CreateEditConnection()
Constructor
Declaration
public Window_CreateEditConnection()
Properties
| Improve this Doc View SourceConnectionStringName
Declaration
public string ConnectionStringName { set; }
Property Value
Type | Description |
---|---|
System.String |
Result
Declaration
public ConnectionStringInfo Result { get; set; }
Property Value
Type | Description |
---|---|
ConnectionStringInfo |
Methods
| Improve this Doc View SourceFill(String)
Maske mit Werten füllen
Declaration
public void Fill(string ConnectionName)
Parameters
Type | Name | Description |
---|---|---|
System.String | ConnectionName |