Hi I was a bit puzzled to learn how DLinq handles conditional lookups using the Where-method. As far as I can see only the database state of the objects is considered, and it is thus possible to produce quite unexpected results, if you change the application state of an object: In the small sample below three simple objects are created. Apparantly no objects will be returned from the Table prior to submitting the changes. There are of course good reasons for this, since you would have to check the
Read More...