I'm using this library:...Link to EntityDataReader...to put some linq query results from a xml parse to a database with a sqlbulkcopy which us es a datareader to put the data directly without using datatables or such data structures....I am not able to im...