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.

DataTable::GetObjectData Method (SerializationInfo^, StreamingContext)

 

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

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 object that holds the serialized data associated with the DataTable.

context
Type: System.Runtime.Serialization::StreamingContext

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

Exception Condition
ArgumentNullException

The info parameter is a null reference (Nothing in Visual Basic).

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