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::ShouldSerializeRelations Method ()

 

Gets a value indicating whether Relations property should be persisted.

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

protected:
virtual bool ShouldSerializeRelations()

Return Value

Type: System::Boolean

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

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

The following examples show a class derived from the DataSet class. The Reset and ShouldSerializeRelations methods are invoked 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