Click or drag to resize

MainWindow Class

Interaction logic for MainWindow.xaml
MainWindow
Inheritance Hierarchy

Namespace:  Velo.Database.Migration
Assembly:  Velo.Database.Migration (in Velo.Database.Migration.exe) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class MainWindow : Window, IComponentConnector

The MainWindow type exposes the following members.

Constructors
  NameDescription
Public methodMainWindow
Initializes a new instance of the MainWindow class. Constructor without parameter
Top
Properties
  NameDescription
Private propertyIsTableSelected
Check is a table selected from combo box
Top
Methods
Fields
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also