DataGridView.DataMember Property
Assembly: System.Windows.Forms (in system.windows.forms.dll)
/** @property */ public String get_DataMember () /** @property */ public void set_DataMember (String value)
public function get DataMember () : String public function set DataMember (value : String)
Property Value
The name of the table or list in the DataSource for which the DataGridView is displaying data. The default is Empty.| Exception type | Condition |
|---|---|
| An error occurred in the data source and either there is no handler for the DataError event or the handler has set the DataGridViewDataErrorEventArgs.ThrowException property to true. The exception object can typically be cast to type FormatException. |
This property is useful when binding to a data source that contains multiple lists or tables. You do not need to set this property when binding to a data source that contains a single list or table. For example, you can bind a DataGridView control to a DataSet that contains a single table without setting this property. If the DataSet contains multiple tables, however, you must set this property to the name of one of the tables.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.