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

 

Populates a serialization information object with the data needed to serialize the DataSet.

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

public:
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::SerializationFormatter)]
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

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

A SerializationInfo that holds the serialized data associated with the DataSet.

context
Type: System.Runtime.Serialization::StreamingContext

A StreamingContext that contains the source and destination of the serialized stream associated with the DataSet.

Exception Condition
ArgumentNullException

The info parameter is null.

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