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

IChooseEFDataMemberPageView Members

If implemented, provides a view for the Select a Data Member page of the Data Source Wizard.

Properties

Name Description
DataMember If implemented, gets the name of the selected data member.
StoredProcChosen If implemented, specifies whether the selected data member is a stored procedure.

Methods

Name Description
Initialize(IEnumerable<DBTable>, IEnumerable<DBStoredProcedure>, String) If implemented, initializes a wizard page with the list of available data members.

Events

Name Description
DataMemberChanged Occurs when the selected item in the list of available members is changed.
See Also