All Tags »
Collection Where Equal
Sorry, but there are no more tags available to filter with.
-
Hi,
I'm using:EntitySpaces Version # 2007.0.0328.0MyGeneration Version # 1.2.0.2MySQL Version 5.0.37MySQL Library: 5.0.3.0
With the following query Code:SellGclientsDetailsCollection members = new SellGclientsDetailsCollection();
members.Query.Where(members.Query.IdClient.Equal(156));
members.Query.Load(); I get no records and the ...