Extend CSLA to Dynamic SQL and Dynamic Fields

Extend CSLA to Dynamic SQL and Dynamic Fields

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


gdk9am posted on Thursday, December 07, 2006

I need to extend CSLA to use dynamic SQL and dynamic fields. Are they any useful resources or contributions that anyone nknows about ?

david.wendelken replied on Thursday, December 07, 2006

How you code your SQL inside your classes is your business, so from that perspective, dynamic sql is a non-issue with CSLA. I'm sure you will get several warnings about sql injection attacks.

As for dynamic properties, the only way I can think of doing it with an object would be to have a collection of properties.  But that collection of properties could be done as a standard csla object and object list!

Copyright (c) Marimer LLC