Miner.Responder.Shared.SchemaObjects Namespace > ResponderObjectBaseGeneric<T> Class > FindAll Method : FindAll(DataTable) Method |
'Declaration
Public Overloads Shared Function FindAll( _ ByVal table As System.Data.DataTable _ ) As System.Collections.Generic.IEnumerable(Of T)
'Usage
Dim table As System.Data.DataTable Dim value As System.Collections.Generic.IEnumerable(Of T) value = ResponderObjectBaseGeneric(Of T).FindAll(table)
public static System.Collections.Generic.IEnumerable<T> FindAll( System.Data.DataTable table )
public function FindAll( table: System.Data.DataTable ): System.Collections.Generic.IEnumerable; static;
public static function FindAll( table : System.Data.DataTable ) : System.Collections.Generic.IEnumerable;
public: static System.Collections.Generic.IEnumerable<T*>* FindAll( System.Data.DataTable* table )
public: static System.Collections.Generic.IEnumerable<T^>^ FindAll( System.Data.DataTable^ table )
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