Skip to main content
A newer version of this page is available. .

IConfigureEFStoredProceduresPageView Members

If implemented, provides a view for the Bind to a Stored Procedure page of the Data Source Wizard.

Properties

Name Description
Procedures If implemented, gets the stored procedures with the specified parameters from the list of procedures to be used.
SelectedItem If implemented, gets the selected item in the list of stored procedures to be used.

Methods

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.

Events

Name Description
AddClick Occurs when the Add button is clicked on a wizard page.
RemoveClick Occurs when the Remove button is clicked on a wizard page.
See Also