DevelopingForDotNet.DataTables

This namespace is designed to work with DataTable object, a staple of ADO.NET. It currently contains the following methods:

  • DataTableToCSV – Receives a DataTable object and returns its contents in a properly formatted CSV string.
  • CreateDataTable – Receives a Type object and uses Reflection to create a DataTable object based on its publicly exposed properties.

First introduced in this post.
DOWNLOAD

  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

Please log in to WordPress.com to post a comment to your blog.

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s