EFDBTableViewModel Constructors
Provides a ViewModel for displaying and managing Entity Framework database tables in the application GUI.Name | Parameters | Description |
---|---|---|
EFDBTableViewModel(DBTable) | table | Initializes a new instance of the EFDBTableViewModel class with the specified data table. |
See Also