compactframework support typed dataset ?

  • Thread starter Thread starter tony
  • Start date Start date
CF 1.x -
CF 2.0 -

(for now im using CF 1.x, ,but info of both framework will be nice to know)
 
tony,

You can make typed DataSets work with CF 1 if you modify them to remove
everything the compiler complains about, but CF 2 fully supports typed
DataSets. I'd definitely recommend moving to 2.0 if at all possible because
it is generally faster and also much more full featured.
 
Back
Top