Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataSet::ShouldSerializeTables Method ()

 

Gets a value indicating whether Tables property should be persisted.

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

protected:
virtual bool ShouldSerializeTables()

Return Value

Type: System::Boolean

true if the property value has been changed from its default; otherwise false.

You typically use this method only if you are either creating a designer for the DataSet, or creating your own control incorporating the DataSet.

The following example shows a class derived from the DataSet class. The ShouldSerializeTables method is called from within functions in the derived class.

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

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft