Responder Developer Guide
ToList<T> Method (DataReaderExtensions)


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function ToList(Of T)( _
   ByVal reader As IDataReader, _
   ByVal columnName As String _
) As IList(Of T)
'Usage
 
Dim reader As IDataReader
Dim columnName As String
Dim value As IList(Of T)
 
value = DataReaderExtensions.ToList(Of T)(reader, columnName)
[Extension()]
public static IList<T> ToList<T>( 
   IDataReader reader,
   string columnName
)

Parameters

reader
columnName

Type Parameters

T
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

DataReaderExtensions Class
DataReaderExtensions Members

 

 


Send Comment