Issue is with default SQL value suser_sid()
I checked the possibility StoreGeneratedPattern is Identity and I tried to add this suser_sid() in entity model from designer but it creates an error msgs..
In xml of this model property is describe like...
<Property Name="TenantID" Type="varbinary(max)" StoreGeneratedPattern="Identity" />
So, can you tell me what amendment we should do to resolved this?
Really really thanks if you can provide the resolution..
StoreGeneratedPattern="Computed"and define the default constraint on the database table itself – marc_s Oct 3 '12 at 13:10