Skip to main content

EFDBTableViewModel.DataMember Property

Indicates the data member from an Entity Framework data source.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public override string DataMember { get; }

Property Value

Type Description
String

A String value, specifying the data member.

See Also