Archives

Archives / 2008 / January
  • Getting the values from a Datatable column

    I couldn't find any better, reusable way to get all the values from a specific column of a datatable, strongly typed than the snippet below:

            internal class DataColumnConverter<T>        {     …

    Read more...