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 (SerializationInfo^, StreamingContext)

 

Determines the SchemaSerializationMode for a DataSet.

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

protected:
SchemaSerializationMode DetermineSchemaSerializationMode(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The SerializationInfo that a DataSet’s protected constructor DataSet is invoked with during deserialization in remoting scenarios.

context
Type: System.Runtime.Serialization::StreamingContext

The StreamingContext that a DataSet’s protected constructor DataSet is invoked with during deserialization in remoting scenarios.

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