Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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..

share|improve this question
Try StoreGeneratedPattern="Computed" and define the default constraint on the database table itself – marc_s Oct 3 '12 at 13:10

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.