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 );
This implemenation of the DataTable constructor is required for ISerializable.
DataTable Members DataTable Constructor Overload List
© 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