Feature request for ContextManager

Feature request for ContextManager

Old forum URL: forums.lhotka.net/forums/t/4805.aspx


ajj3085 posted on Tuesday, May 06, 2008

Hi,

I'm looking at the ContextManager which I'm back porting to Csla 3.0.4.  I setup my subclass of DataContext to only have a public default constructor; it knows what to use for it's connection string, so I don't need to specify it anywhere. 

Right now, it doesn't look like the ContextManager can support that, because it always expects a string parameter to pass in the call to Activator.CreateInstance.  I can add support myself, but it might be nice to have it baked in.

Thanks
Andy

Copyright (c) Marimer LLC