DataContext::Translate<TResult> Method (DbDataReader^)
.NET Framework (current version)
Converts an existing DbDataReader to objects.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- reader
-
Type:
System.Data.Common::DbDataReader^
The IDataReader to be converted.
Return Value
Type: System.Collections.Generic::IEnumerable<TResult>^A collection of objects returned by the conversion.
Type Parameters
- TResult
The type of the IEnumerable<T> to be returned.
.NET Framework
Available since 3.5
Available since 3.5
Show: