aspxtreme

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



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme