IConfigureEFStoredProceduresPageView Methods
If implemented, provides a view for the Bind to a Stored Procedure page of the Data Source Wizard.| Name | Description |
|---|---|
| AddToList(IEnumerable<StoredProcedureViewInfo>) | If implemented, adds the specified stored procedures to the list to be used. |
| ChooseProceduresToAdd(IEnumerable<StoredProcedureViewInfo>) | If implemented, shows the dialog for selecting stored procedures to be added to the list. |
| Initialize(IEnumerable<StoredProcedureViewInfo>, Func<PreviewData>) | If implemented, initializes a wizard page with the specified options. |
| RemoveFromList(StoredProcedureViewInfo) | If implemented, removes the specified stored procedure from the list of procedures to be used. |
| SetAddEnabled(Boolean) | If implemented, activates or deactivates the Add button on a wizard page. |
See Also