This documentation is archived and is not being maintained.
TypedTableBase(Of T) Class
Visual Studio 2008
This type is used as a base class for typed-DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool, and is not intended to be used directly from your code.
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
'Declaration <SerializableAttribute> _ Public MustInherit Class TypedTableBase(Of T As DataRow) _ Inherits DataTable _ Implements IEnumerable(Of T), IEnumerable 'Usage Dim instance As TypedTableBase(Of T)
Type Parameters
- T
The type of objects in the source sequence represented by the table, typically DataRow.
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
System.Data.TypedTableBase(Of T)
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
System.Data.TypedTableBase(Of T)
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: