Page 1 of 1

SSDL Schema

Posted: Tue 25 May 2010 09:00
by Dominik
Hi,

When defining EntitySet items in SSDL, is Schema attribute required? What if database schema may difer from different users?

Thanks in advance,

Dominik.

Posted: Tue 25 May 2010 13:51
by AndreyR
In case you omit the Schema attribute EF will take the object visible to the current user with coinciding name. A conflict could arise in case there are several visible objects (tables, views, synonyms) with the same Name attribute.