asp.net.ph

DataSet Constructor ( SerializationInfo, StreamingContext )

System.Data Namespace   DataSet Class


Initializes a new instance of the DataSet class with the SerializationInfo and the StreamingContext.

NOTE: This member is used internally by the .NET infrastructure and is not intended to be called directly from your code.

[ VB ]
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.

Remarks

This implemenation of the DataSet constructor is required for ISerializable.

See Also

DataSet Members   DataSet Constructor Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph