Holds the results of a call to Select<(Of <<'(T>)>>)(SelectCommand<(Of <<'(T>)>>)) and other select methods.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public class SelectResults<T> : IEnumerable<T>, 
	IEnumerable
Visual Basic
Public Class SelectResults(Of T) _
	Implements IEnumerable(Of T), IEnumerable
Visual C++
generic<typename T>
public ref class SelectResults : IEnumerable<T>, 
	IEnumerable

Type Parameters

T
Type of the item returned in the results

Inheritance Hierarchy

System..::..Object
  Simol..::..SelectResults<(Of <(<'T>)>)>

See Also