DataSet::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Populates a serialization information object with the data needed to serialize the DataSet.
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
Available since 2.0
Show: