Pawel Kadluczka

Results 109 comments of Pawel Kadluczka

You did not describe what problem you are hitting.

What is the error. Provide all the details including stack trace.

Have you tried tracing what EF is sending to the SqlServer (e.g. using Sql Server Profiler)? This should help figure out what is going on.

Thanks, I will need to take a look a this.

FYI, I looked at this some time ago and it seems that the parameter type is passed to EF as specified in the attribute. The value is being lost somewhere...

I think it should be possible. The first argument is the namespaceName which is the name of the entity container. If you don't know what name to use try using...

You need to read it to know what to put as the namespace name in the attribute, not set it. (Once the model is built it is sealed hence the...

Oh snap, you are right. Can you describe your scenario a bit more? Why do you have multiple derived contexts and how you use it? Do all of these context...

Thanks for sharing your scenario. Unfortunately, I am not sure whether exposing store functions from the base DbContext class can work. @divega - do you have any ideas?

@mondayuk - no, I have not looked into this.