DataSet Constructor (SerializationInfo, StreamingContext)
.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 New( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext _ ) [C#] protected DataSet( SerializationInfo info, StreamingContext context ); [C++] protected: DataSet( SerializationInfo* info, StreamingContext context ); [JScript] protected function DataSet( info : SerializationInfo, context : StreamingContext );
Parameters
- info
- The data needed to serialize or deserialize an object.
- context
- The source and destination of a given serialized stream.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
DataSet Class | DataSet Members | System.Data Namespace | DataSet Constructor Overload List