ssteenkiste / nettiers

Automatically exported from code.google.com/p/nettiers
1 stars 0 forks source link

xxxxProviderBase.generatedCore.cs (compilation error) #322

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Generated Code
===================
c.Index = (reader.IsDBNull(((int)SpotsColumn.Index - 
1)))?null:(int)reader[((int)SpotsColumn.Index - 1)];

Error
========
Type of conditional expression cannot be determined because there is no 
implicit conversion between '<null>' and 'int'

Appears
========
Error exists in:  Fill, RefreshEntity (all 4)

Related Issues
===============
Please see #321 
http://code.google.com/p/nettiers/issues/detail?id=321&sort=-id&colspec=ID%20Typ
e%20Milestone%20Platform%20Status%20Stars%20Priority%20Owner%20Summary

Original issue reported on code.google.com by james.pa...@gmail.com on 4 Aug 2010 at 1:52

GoogleCodeExporter commented 9 years ago
Hello,

Could you please attach an Access Sample that contains this table in question.

Thanks
-Blake Niemyjski

Original comment by bniemyjski on 21 Sep 2010 at 12:30