LinqConnect Documentation
Devart.Data.Linq Namespace / DataContext Class / GetTable Method / GetTable(Type) Method
The type of the objects to be returned.

GetTable(Type) Method
Returns a collection of objects of a particular type, where the type is defined by the T parameter.
Syntax
'Declaration
 
Public Overloads Function GetTable( _
   ByVal type As Type _
) As ITable
 

Parameters

type
The type of the objects to be returned.

Return Value

A collection of objects.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also