This documentation is archived and is not being maintained.
DataSet.GetSerializationData Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Sub GetSerializationData( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext _ ) [C#] protected void GetSerializationData( SerializationInfo info, StreamingContext context ); [C++] protected: void GetSerializationData( SerializationInfo* info, StreamingContext context ); [JScript] protected function GetSerializationData( info : SerializationInfo, context : StreamingContext );
See Also
Show: