EFDBStoredProcedureViewModel Constructors
Provides a ViewModel for displaying and managing Entity Framework stored procedures in the application GUI.Name | Parameters | Description |
---|---|---|
EFDBStoredProcedureViewModel(DBStoredProcedure) | procedure | Initializes a new instance of the EFDBStoredProcedureViewModel class with the specified stored procedure. |
See Also