TypedTableBase<T> Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new T:System.Data.TypedTableBase'1. This method supports typed-DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code.
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
A SerializationInfo that contains data to construct the object.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The streaming context for the object being deserializad.
.NET Framework
Available since 3.5
Available since 3.5
Show: