google-code-export / dataobjectsdotnet

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

is operator not working in LINQ #847

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[13:49:12] Alexey Filatov: похоже в линке не работает 
"is":
пример: Query.All<SomeObj>().Select(o => new { ObjIsX = o is X });
даже если o будет типа X, то выберется false

Original issue reported on code.google.com by alexey.g...@gtempaccount.com on 15 Nov 2010 at 9:46

GoogleCodeExporter commented 9 years ago

Original comment by alexey.g...@gtempaccount.com on 16 Nov 2010 at 9:34