DataTable.GetObjectData Method (SerializationInfo, StreamingContext)
.NET Framework (current version)
Populates a serialization information object with the data needed to serialize the DataTable.
Assembly: System.Data (in System.Data.dll)
[SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.SerializationFormatter)] public 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
Available since 2.0
Show: