DataSet.ShouldSerializeTables Method ()
.NET Framework (current version)
Gets a value indicating whether Tables property should be persisted.
Assembly: System.Data (in System.Data.dll)
Return Value
Type: System.Booleantrue if the property value has been changed from its default; otherwise false.
The following example shows a class derived from the DataSet class. The ShouldSerializeTables method is called from within functions in the derived class.
.NET Framework
Available since 1.1
Available since 1.1
Show: