Entity Framework 4.0; Is there a limit on the number of objects(tables,views,sprocs) it will handle? -


i have database many tables, views , sprocs. if try create data model includes everything, errors out on creation of class file. if try create model views, works fine. there limit or there in config file somewhere needs tweaked?

have tried model tables and/or procs? i'm not aware of size limit possible creation of model taking long sql connection timing out? getting specific error message?


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -