Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

Table..::..ToObjects<(Of <(<'T>)>)> Method

Converts the table into an enumeration of objects of the indicated type.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public IEnumerable<T> ToObjects<T>()
Public Function ToObjects(Of T) As IEnumerable(Of T)
public:
generic<typename T>
IEnumerable<T>^ ToObjects()

Type Parameters

T
Desired object type