Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value.

See Also