Connecting Tech Pros Worldwide Help | Site Map

How do identify a calculated field in a DataTable

=?Utf-8?B?TGFycnk=?=
Guest
 
Posts: n/a
#1: Oct 21 '08
I have a DataTable that is created from an SQL SELECT statement from a SQL
Server 2005 database. I need to loop through the columns and determine if
there are any columns in the table that are a calculated field in the SQL
Server table.

How can I access this information?

Closed Thread