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
Post a Comment