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

Source.DataMember Property

Gets or sets the table or list in the data source.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

[DefaultValue(null)]
public string DataMember { get; set; }

Property Value

Type Default Description
String *null*

A name of a table or a list.

See Also