ArcFM Solution 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
)

Parameters

dataLoaderResult
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataExtensions Class
DataExtensions Members

 

 


Send Comment