Exceptions with new beta version
Posted: Tue 09 Feb 2010 13:59
Right after upgrading to MySql dotConnect 5.70.90.0 Beta version one new bug appeared.
NullReferenceExceptions is thrown in queries returning custom class.
Try following simple query:
Best Regards.
NullReferenceExceptions is thrown in queries returning custom class.
Try following simple query:
Code: Select all
from t in DB.Table1
select new CCustomClass(t.Column1, t.Column2);