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

IChooseEFDataMemberPageView.DataMember Property

If implemented, gets the name of the selected data member.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

string DataMember { get; }

Property Value

Type Description
String

A string that specifies the name of the selected data member.

See Also