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

IEFDataSourceModel.DataMember Property

If implemented, specifies the selected member of an Entity Framework data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

string DataMember { get; set; }

Property Value

Type Description
String

An object that provides information about the selected member.

See Also