Rather than private members, I'd like to see the public mapped members (all of them), or all the Aisle entity file (best option). Pascal.
jabber/gtalk: [EMAIL PROTECTED] msn: [EMAIL PROTECTED] On Thu, Nov 27, 2008 at 15:53, Jimbo1982 <[EMAIL PROTECTED]> wrote: > > Hi, > > Thanks for the info :-) > > An expression which causes the exceptions is: > > var aisles = from aisle in SchemaModel.Aisle select aisle; > > Aisle table has this structure > > private string _aisleID; > private decimal? _relationalXcOoRd; > private decimal? _relationalYcOoRd; > private string _tempRegime; > > Not srue if you need this but: > > The table itslef in Oracle has a Primary Key od AisleId which can't be > null. It is indexed on aisle id. > > I hope this is what you were looking for. Let me know if you need > anything else. > > James > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
