ArcFM Responder Mobile Developer Guide
FindAll(DataTable) Method






Finds all objects of specified T in table.
Syntax
'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
) 

Parameters

table

Return Value

T if one if found null if not found
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

Reference

ResponderObjectBaseGeneric<T> Class
ResponderObjectBaseGeneric<T> Members
Overload List

Send Feedback