DataTableMapping::DataSetTable Property
.NET Framework (current version)
Gets or sets the table name from a DataSet.
Assembly: System.Data (in System.Data.dll)
public: property String^ DataSetTable { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Implements
ITableMapping::DataSetTableThe following example creates a DataTableMapping object and sets some of its properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: