Miner.Data.Access Assembly > Miner.Data.Access Namespace > DataReaderExtensions Class : ToList<T> Method |
'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 )
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.