ArcFM Responder Mobile Developer Guide
FindAll(DataSet) Method






Finds all object of T in Dataset
Syntax
'Declaration
 
Public Overloads Shared Function FindAll( _
   ByVal ds As System.Data.DataSet _
) As System.Collections.Generic.IEnumerable(Of T)
'Usage
 
Dim ds As System.Data.DataSet
Dim value As System.Collections.Generic.IEnumerable(Of T)
 
value = ResponderObjectBaseGeneric(Of T).FindAll(ds)
public static System.Collections.Generic.IEnumerable<T> FindAll( 
   System.Data.DataSet ds
)
public function FindAll( 
    ds: System.Data.DataSet
): System.Collections.Generic.IEnumerable; static; 
public static function FindAll( 
   ds : System.Data.DataSet
) : System.Collections.Generic.IEnumerable;
public: static System.Collections.Generic.IEnumerable<T*>* FindAll( 
   System.Data.DataSet* ds
) 
public:
static System.Collections.Generic.IEnumerable<T^>^ FindAll( 
   System.Data.DataSet^ ds
) 

Parameters

ds

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