DataTableMapping::DataSetTable Property

 

Gets or sets the table name from a DataSet.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
property String^ DataSetTable {
	virtual String^ get() sealed;
	virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

The table name from a DataSet.

The following example creates a DataTableMapping object and sets some of its properties.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: