ArcFM Engine Developer Guide
AsEnumerable Method (DataExtensions)


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function AsEnumerable( _
   ByVal collection As DataRowCollection _
) As IEnumerable(Of DataRow)
'Usage
 
Dim collection As DataRowCollection
Dim value As IEnumerable(Of DataRow)
 
value = DataExtensions.AsEnumerable(collection)
[Extension()]
public static IEnumerable<DataRow> AsEnumerable( 
   DataRowCollection collection
)

Parameters

collection
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