Skip to main content

IEFDataSourceModel.DataMember Property

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

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

string DataMember { get; set; }

Property Value

Type Description
String

An object that provides information about the selected member.

See Also