ssteenkiste / nettiers

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

GenericxxxxxProviderBase.generated.cs - Compilation issue #323

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Generated code
================
row["Index"] = entity.Index.HasValue ? (object) entity.Index  : 
System.DBNull.Value;

Error
============
'int' does not contain a definition for 'HasValue' and no extension method 
'HasValue' accepting a first argument of type 'int' could be found (are you 
missing a using directive or an assembly reference?

Methods affected
=========
BulkInsert, Insert, Update

Background
==========
This was generated against an Access database using the ADOX provider.

Related issues
==============
321, 322

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

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:29