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::DetermineSchemaSerializationMode Method (XmlReader^)

 

Determines the SchemaSerializationMode for a DataSet.

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

protected:
SchemaSerializationMode DetermineSchemaSerializationMode(
	XmlReader^ reader
)

Parameters

reader
Type: System.Xml::XmlReader^

The XmlReader instance that is passed during deserialization of the DataSet.

Return Value

Type: System.Data::SchemaSerializationMode

An SchemaSerializationMode enumeration indicating whether schema information has been omitted from the payload.

This method can be called when deserializing a typed DataSet to determine its SchemaSerializationMode.

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