This question is locked. New answers and comments are not allowed.
Hello Telerik
I use Q3 2010
Why it does not work?
The Table_1 is quite simple also
The domain model was generated "all by default"
It says: "Object reference not set to an instance of an object."
Thanks
I use Q3 2010
Why it does not work?
var ctx = new EntityDiagrams();var pq =(from p in ctx.GetAll<Table_1>()let k = new { F = p }select k.F).ToList();The Table_1 is quite simple also
CREATE TABLE Table_1( id int NOT NULL, field varchar(50) NULL, CONSTRAINT [PK_Table_1] PRIMARY KEY CLUSTERED (id ASC)) ON [PRIMARY]The domain model was generated "all by default"
It says: "Object reference not set to an instance of an object."
Thanks