asp.net.ph

DataTable Constructor ( SerializationInfo, StreamingContext )

System.Data Namespace   DataTable Class


Initializes a new instance of the DataTable 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 DataTable (
   SerializationInfo info,
   StreamingContext context
);

[ C++ ]
protected: DataTable (
   SerializationInfo* info,
   StreamingContext context
);

[ JScript ]
protected function DataTable (
   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 DataTable constructor is required for ISerializable.

See Also

DataTable Members   DataTable 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