Quantcast
Viewing all articles
Browse latest Browse all 764

Dynamic Update Statements and Property Table Information

Hi all!  I have been working with CSLA for over a year now and have typically used the model of having insert, update and selection stored procedures.  But for flexibility I had heard that there was a way that the objects could dynamically save themselves without doing a stored procedure.  

Is there a structure in CSLA.NET 4 that would allow us to store table specific information for saving?  The other piece to this is that we have a front-end that the user can filter and completely change the criteria so for the Retrieve I am dynamically creating the Select statement and the front-end is passing in the Where clause.  However the where clause is going to have the property name and I'll need to translate that to table name and field name when it comes in.  

I looked around online and have been searching for any info on this but haven't come up with much.  

Any ideas on this?  Thanks in advance!  


Viewing all articles
Browse latest Browse all 764

Trending Articles