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

EFDataSourceModel.DataMember Property

Specifies the selected member of an Entity Framework data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public string DataMember { get; set; }

Property Value

Type Description
String

An object that provides information about the selected member.

Implements

See Also