ArcFM Responder Mobile Developer Guide
Rows Method






Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function Rows( _
   ByVal dataLoaderResult As DataLoaderResult _
) As System.Collections.Generic.IEnumerable(Of DataRow)
'Usage
 
Dim dataLoaderResult As DataLoaderResult
Dim value As System.Collections.Generic.IEnumerable(Of DataRow)
 
value = DataExtensions.Rows(dataLoaderResult)
[System.Runtime.CompilerServices.Extension()]
public static System.Collections.Generic.IEnumerable<DataRow> Rows( 
   DataLoaderResult dataLoaderResult
)
public function Rows( 
    dataLoaderResult: DataLoaderResult
): System.Collections.Generic.IEnumerable; static; 
System.Runtime.CompilerServices.ExtensionAttribute()
public static function Rows( 
   dataLoaderResult : DataLoaderResult
) : System.Collections.Generic.IEnumerable;
[System.Runtime.CompilerServices.Extension()]
public: static System.Collections.Generic.IEnumerable<DataRow*>* Rows( 
   DataLoaderResult* dataLoaderResult
) 
[System.Runtime.CompilerServices.Extension()]
public:
static System.Collections.Generic.IEnumerable<DataRow^>^ Rows( 
   DataLoaderResult^ dataLoaderResult
) 

Parameters

dataLoaderResult
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

DataExtensions Class
DataExtensions Members

Send Feedback