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

DataSourceAdapterBase.DataMember Property

Specifies the name of an object in a data source to provide data for a data adapter.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value.

See Also